From: Marcus Brinkmann Date: Sat, 12 Oct 2002 00:29:46 +0000 (+0000) Subject: 2002-10-12 Marcus Brinkmann X-Git-Tag: gpgme-0-4-0~32 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ef5960c4a70a7c61dbd7ab4d98060ecf715c5a98;p=gpgme.git 2002-10-12 Marcus Brinkmann * configure.ac: Add automake conditional HAVE_GPGSM. --- diff --git a/ChangeLog b/ChangeLog index a6a8335..a622c64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-10-12 Marcus Brinkmann + + * configure.ac: Add automake conditional HAVE_GPGSM. + 2002-10-08 Marcus Brinkmann * configure.ac (AC_INIT): Bump version up to 0.4.0. diff --git a/configure.ac b/configure.ac index 8c00143..f7633d8 100644 --- a/configure.ac +++ b/configure.ac @@ -230,6 +230,7 @@ else AC_DEFINE_UNQUOTED(GPGSM_PATH, "$GPGSM", [Path to the GPGSM binary.]) AC_SUBST(GPGSM) fi +AM_CONDITIONAL(HAVE_GPGSM, [test -n "$GPGSM" && test -r "$GPGSM"]) AM_CONDITIONAL(RUN_GPGSM_TESTS, [test "$cross_compiling" != "yes" && test -n "$GPGSM" && test -r "$GPGSM"])