From 9c420757d2786cff7aae8bce636e05d5f7dd4934 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 10 Dec 2009 19:52:00 +0000 Subject: [PATCH] Warn on pkg-config openssl failure and try default header checks instead of failing. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f3d834b..05a4990 100644 --- a/configure.ac +++ b/configure.ac @@ -233,7 +233,7 @@ if test x_$with_xmlsec != x_no; then SSLLIBS="`$PKG_CONFIG --libs openssl`" SSLFLAGS="`$PKG_CONFIG --cflags openssl`" else - AC_MSG_ERROR([OpenSSL not supported by pkg-config, try --with-openssl instead]) + AC_MSG_WARN([OpenSSL not supported by pkg-config, try --with-openssl instead]) fi fi fi -- 2.1.4