diff options
author | Marcus Brinkmann <[email protected]> | 2004-12-07 14:37:00 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-12-07 14:37:00 +0000 |
commit | 4504426076149586a54c536049fc8ac374b6345c (patch) | |
tree | 8b301b71ea697469348606061e9fb1c81b397d3f /configure.ac | |
parent | . (diff) | |
download | gpgme-4504426076149586a54c536049fc8ac374b6345c.tar.gz gpgme-4504426076149586a54c536049fc8ac374b6345c.zip |
2004-12-07 Marcus Brinkmann <[email protected]>
* configure.ac (GPGSM_VERSION): Fix filter to get it.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f15d5b17..2b4cca0f 100644 --- a/configure.ac +++ b/configure.ac @@ -362,7 +362,7 @@ if test "$ok" = "maybe"; then sed 's/^gpgsm (GnuPG) \([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\2/'` micro=`echo $gpgsm_version | \ sed 's/^gpgsm (GnuPG) \([[0-9]]*\)\.\([[0-9]]*\)\.\([[0-9]]*\).*/\3/'` - GPGSM_VERSION=`echo $gpgsm_version | sed 's/^gpg (GnuPG) //'` + GPGSM_VERSION=`echo $gpgsm_version | sed 's/^gpgsm (GnuPG) //'` if test "$major" -gt "$req_major"; then ok=yes |