Warn on pkg-config openssl failure and try default header checks instead of failing.
authorcantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 10 Dec 2009 19:52:12 +0000 (19:52 +0000)
committercantor <cantor@fb386ef7-a10c-0410-8ebf-fd3f8e989ab0>
Thu, 10 Dec 2009 19:52:12 +0000 (19:52 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@529 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0

configure.ac

index fd1a766..5fc90f1 100644 (file)
@@ -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