2004-10-22 Marcus Brinkmann <marcus@g10code.de>

* configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no".
This commit is contained in:
Marcus Brinkmann 2004-10-22 18:16:49 +00:00
parent 0f087215d5
commit d7d2dfa15a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-22 Marcus Brinkmann <marcus@g10code.de>
* configure.ac: Set HAVE_GPGSM to true only if $GPGSM is not "no".
2004-09-30 Marcus Brinkmann <marcus@g10code.de>
Released 1.0.0.

View File

@ -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