aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2b4cca0f..f15d5b17 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/^gpgsm (GnuPG) //'`
+ GPGSM_VERSION=`echo $gpgsm_version | sed 's/^gpg (GnuPG) //'`
if test "$major" -gt "$req_major"; then
ok=yes