From: Scott Cantor Date: Thu, 10 Dec 2009 19:52:00 +0000 (+0000) Subject: Warn on pkg-config openssl failure and try default header checks instead of failing. X-Git-Tag: 1.4RC1~125 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=9c420757d2786cff7aae8bce636e05d5f7dd4934 Warn on pkg-config openssl failure and try default header checks instead of failing. --- 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