From e8e44007853324620522a095f71e93ca30cf8793 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 7 Dec 2004 15:30:36 +0000 Subject: 2004-12-07 Marcus Brinkmann * configure.ac (GPGSM_VERSION): Fix filter to get it. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.3