aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9ef4d44a..55ab067f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,12 +40,14 @@ LIBGPGME_LT_CURRENT=4
LIBGPGME_LT_AGE=4
LIBGPGME_LT_REVISION=0
NEED_GPG_VERSION=1.0.6
+NEED_GPGSM_VERSION=0.0.0
##############################################
AC_SUBST(LIBGPGME_LT_CURRENT)
AC_SUBST(LIBGPGME_LT_AGE)
AC_SUBST(LIBGPGME_LT_REVISION)
AC_DEFINE_UNQUOTED(NEED_GPG_VERSION, "$NEED_GPG_VERSION")
+AC_DEFINE_UNQUOTED(NEED_GPGSM_VERSION, "$NEED_GPGSM_VERSION")
dnl Don't default to build static libs.
dnl AC_DISABLE_STATIC
@@ -199,5 +201,6 @@ echo "
GnuPG version: min. $NEED_GPG_VERSION
GnuPG path: $GPG
+ GpgSM version: min. $NEED_GPGSM_VERSION
GpgSM path: $GPGSM
"