From d434c0adf9287d69ceade1f975993607af243eb5 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 26 Feb 2012 20:27:38 +0100 Subject: [PATCH] Revert "always link against the distributed libopts" This reverts commit ae3033fee01f058a028406648ebc32294774e282. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3d0a617da..4550adf6a 100644 --- a/configure.ac +++ b/configure.ac @@ -148,8 +148,8 @@ fi AM_CONDITIONAL(ENABLE_PKCS11, test "$with_p11_kit" != "no") dnl Checks for programs in src/ +PKG_CHECK_MODULES([autoopts], autoopts >= 36.2.11,, [enable_local_libopts=yes]) -enable_local_libopts=yes NEED_LIBOPTS_DIR=true LIBOPTS_CHECK([src/libopts]) @@ -504,6 +504,7 @@ if features are disabled) AC_MSG_NOTICE([Optional applications: crywrap app: $libidn + local libopts: $enable_local_libopts ]) AC_MSG_NOTICE([Optional libraries: -- 2.11.4.GIT