From b7b07d36e89ce30b2cf4774ed0e36d2403777bab Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 5 Jun 2003 07:14:21 +0000 Subject: A small step for GnuPG but a huge leap for error codes. (Sorry, it does not build currently - I need to check it in to avoid duplicate work.) --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e075d7196..2f0bf9d64 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ have_ksba=no have_opensc=no have_pth=no -GNUPG_BUILD_PROGRAM(gpg, no) +GNUPG_BUILD_PROGRAM(gpg, yes) GNUPG_BUILD_PROGRAM(gpgsm, yes) GNUPG_BUILD_PROGRAM(agent, yes) GNUPG_BUILD_PROGRAM(scdaemon, yes) @@ -363,6 +363,7 @@ if test "$build_scdaemon" = "yes"; then fi +AM_CONDITIONAL(BUILD_GPG, test "$build_gpg" = "yes") AM_CONDITIONAL(BUILD_GPGSM, test "$build_gpgsm" = "yes") AM_CONDITIONAL(BUILD_AGENT, test "$build_agent" = "yes") AM_CONDITIONAL(BUILD_SCDAEMON, test "$build_scdaemon" = "yes") @@ -375,6 +376,7 @@ intl/Makefile jnlib/Makefile common/Makefile kbx/Makefile +g10/Makefile sm/Makefile agent/Makefile scd/Makefile -- cgit v1.2.3