From d7d2dfa15ab056cfc4ee5d6c30f4bd6128975995 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Fri, 22 Oct 2004 18:16:49 +0000 Subject: 2004-10-22 Marcus Brinkmann * configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no". --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 53af0950..8d2f092f 100644 --- a/configure.ac +++ b/configure.ac @@ -330,7 +330,7 @@ else AC_DEFINE_UNQUOTED(GPGSM_PATH, "$GPGSM", [Path to the GPGSM binary.]) AC_SUBST(GPGSM) fi -AM_CONDITIONAL(HAVE_GPGSM, [test -n "$GPGSM"]) +AM_CONDITIONAL(HAVE_GPGSM, ["$GPGSM" != "no"]) dnl Check for GPGSM version requirement. GPGSM_VERSION=unknown ok=maybe -- cgit v1.2.3