On Sat, Dec 10, 2011 at 8:13 AM, Jeff Trawick <[email protected]> wrote:
> The following patch *seems* to address a couple of issues:
The patch is now attached.
Index: configure.in
===================================================================
--- configure.in (revision 1212783)
+++ configure.in (working copy)
@@ -151,8 +151,6 @@
dnl Find Expat
dnl Find an iconv library
APU_CHECK_CRYPTO
-APU_CHECK_CRYPTO_OPENSSL
-APU_CHECK_CRYPTO_NSS
APU_FIND_LDAP
APU_CHECK_DBM
APU_CHECK_DBD
Index: build/crypto.m4
===================================================================
--- build/crypto.m4 (revision 1212783)
+++ build/crypto.m4 (working copy)
@@ -34,6 +34,9 @@
APU_CHECK_CRYPTO_OPENSSL
APU_CHECK_CRYPTO_NSS
dnl add checks for other varieties of ssl here
+ if test "$apu_have_crypto" == "0"; then
+ AC_ERROR(Crypto was requested but no crypto library was enabled)
+ fi
fi
], [
apu_have_crypto=0