2002-10-12 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Sat, 12 Oct 2002 00:29:46 +0000 (00:29 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Sat, 12 Oct 2002 00:29:46 +0000 (00:29 +0000)
* configure.ac: Add automake conditional HAVE_GPGSM.

ChangeLog
configure.ac

index a6a833509e7b6851d69f93f2664cdbf02c99a796..a622c64e1b01975a066dfb38c572d43a1154c35a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-12  Marcus Brinkmann  <marcus@g10code.de>
+
+       * configure.ac: Add automake conditional HAVE_GPGSM.
+
 2002-10-08  Marcus Brinkmann  <marcus@g10code.de>
 
        * configure.ac (AC_INIT): Bump version up to 0.4.0.
index 8c00143e3ef75ff626f69cfe238b1ead83d64e97..f7633d8ff775d53b47108d55b9ec0c4603f37a01 100644 (file)
@@ -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"])