aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2002-10-12 00:29:46 +0000
committerMarcus Brinkmann <[email protected]>2002-10-12 00:29:46 +0000
commitef5960c4a70a7c61dbd7ab4d98060ecf715c5a98 (patch)
tree44d3a3bb012b6055e52e7349aa5c61a86f18134c /configure.ac
parent2002-10-10 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-ef5960c4a70a7c61dbd7ab4d98060ecf715c5a98.tar.gz
gpgme-ef5960c4a70a7c61dbd7ab4d98060ecf715c5a98.zip
2002-10-12 Marcus Brinkmann <[email protected]>
* configure.ac: Add automake conditional HAVE_GPGSM.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8c00143e..f7633d8f 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"])