aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2004-12-07 15:30:36 +0000
committerMarcus Brinkmann <[email protected]>2004-12-07 15:30:36 +0000
commite8e44007853324620522a095f71e93ca30cf8793 (patch)
treefab77388d753ba04e78bc6c10645cf093943fa9d /configure.ac
parentFix up gpgme-1.0.1 release changes. Somehow the correct change didn't (diff)
downloadgpgme-e8e44007853324620522a095f71e93ca30cf8793.tar.gz
gpgme-e8e44007853324620522a095f71e93ca30cf8793.zip
2004-12-07 Marcus Brinkmann <[email protected]>
* configure.ac (GPGSM_VERSION): Fix filter to get it.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ea065aa8..8e4e5d38 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