From f7f9d18169254074945d0886bf23fe3d57a97fe5 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Thu, 10 Dec 2009 19:52:12 +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 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 -- 2.1.4