From f2be4142516bcd9536884bb0e40e8bf561352bd4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 22 Jan 2001 20:22:41 +0000 Subject: Some new but untested functions --- configure.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9eb81d16..264dedaa 100644 --- a/configure.in +++ b/configure.in @@ -17,11 +17,13 @@ AM_INIT_AUTOMAKE(gpgme,0.1.4a) LIBGPGME_LT_CURRENT=2 LIBGPGME_LT_AGE=2 LIBGPGME_LT_REVISION=0 +NEED_GPG_VERSION=1.0.4d ############################################## AC_SUBST(LIBGPGME_LT_CURRENT) AC_SUBST(LIBGPGME_LT_AGE) AC_SUBST(LIBGPGME_LT_REVISION) +AC_DEFINE_UNQUOTED(NEED_GPG_VERSION, "$NEED_GPG_VERSION") dnl @@ -156,8 +158,9 @@ complus/Makefile echo " GPGME v${VERSION} has been configured as follows: - GPG path: $GPG - Component: $component_system + GPG version: min. $NEED_GPG_VERSION + GPG path: $GPG + Component: $component_system " -- cgit v1.2.3