From: Marcus Brinkmann Date: Fri, 22 Oct 2004 18:16:49 +0000 (+0000) Subject: 2004-10-22 Marcus Brinkmann X-Git-Tag: gpgme-1-0-1~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d7d2dfa15ab056cfc4ee5d6c30f4bd6128975995;p=gpgme.git 2004-10-22 Marcus Brinkmann * configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no". --- diff --git a/ChangeLog b/ChangeLog index 8458c9b..9ea316f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-10-22 Marcus Brinkmann + + * configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no". + 2004-09-30 Marcus Brinkmann Released 1.0.0. diff --git a/configure.ac b/configure.ac index 53af095..8d2f092 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