From: Scott Cantor Date: Sun, 26 Sep 2010 03:00:30 +0000 (+0000) Subject: Handle openssl when pkg_config not supported. X-Git-Tag: 2.4RC1~22 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=commitdiff_plain;h=a9ca1a9ad731d32efda5e89bd6f7f305e812c1eb Handle openssl when pkg_config not supported. --- diff --git a/configure.ac b/configure.ac index a265891..36bc617 100644 --- a/configure.ac +++ b/configure.ac @@ -98,7 +98,7 @@ AC_ARG_WITH(openssl, SSLFLAGS="-I${with_openssl}/include" fi]) -if test "x$SSLFLAGS" = "x" ; then +if test "x$with_openssl" = "x" ; then AC_PATH_PROG(PKG_CONFIG, pkg-config) if test "x$PKG_CONFIG" != x && test "x$PKG_CONFIG" != "xno" ; then if pkg-config openssl ; then