From: Scott Cantor Date: Thu, 10 Dec 2009 19:52:12 +0000 (+0000) Subject: Warn on pkg-config openssl failure and try default header checks instead of failing. X-Git-Tag: 2.4RC1~81 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=f7f9d18169254074945d0886bf23fe3d57a97fe5 Warn on pkg-config openssl failure and try default header checks instead of failing. --- diff --git a/configure.ac b/configure.ac index fd1a766..5fc90f1 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,7 @@ if test "x$SSLFLAGS" = "x" ; then if pkg-config openssl ; then 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