2002-10-12 Marcus Brinkmann <marcus@g10code.de>

* configure.ac: Add automake conditional HAVE_GPGSM.
This commit is contained in:
Marcus Brinkmann 2002-10-12 00:29:46 +00:00
parent 7ad91c720c
commit ef5960c4a7
2 changed files with 5 additions and 0 deletions

View File

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

View 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"])