From 76edcf854f787c3cead6d47f52824a7dc9b12750 Mon Sep 17 00:00:00 2001 From: cantor Date: Sun, 26 Sep 2010 03:00:30 +0000 Subject: [PATCH] Handle openssl when pkg_config not supported. git-svn-id: https://svn.middleware.georgetown.edu/cpp-opensaml2/branches/REL_2@588 fb386ef7-a10c-0410-8ebf-fd3f8e989ab0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4