From 722cf1ab708cf184ea9b1b73d75aa77578e5535b Mon Sep 17 00:00:00 2001 From: Moritz Schulte Date: Wed, 16 Jul 2003 13:31:01 +0000 Subject: 2003-07-15 Moritz Schulte * src/gpg-error.m4 (AM_PATH_GPG_ERROR): Use `0.0' instead of `0.0.0' in case no version number is given, since the following sed commands expect the former form, not a triplet. --- src/gpg-error.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 index 5b8c9ed..f76568b 100644 --- a/src/gpg-error.m4 +++ b/src/gpg-error.m4 @@ -17,7 +17,7 @@ AC_DEFUN(AM_PATH_GPG_ERROR, fi AC_PATH_PROG(GPG_ERROR_CONFIG, gpg-error-config, no) - min_gpg_error_version=ifelse([$1], ,0.0.0,$1) + min_gpg_error_version=ifelse([$1], ,0.0,$1) AC_MSG_CHECKING(for GPG Error - version >= $min_gpg_error_version) ok=no if test "$GPG_ERROR_CONFIG" != "no" ; then -- cgit v1.2.3