Handle openssl when pkg_config not supported.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 26 Sep 2010 03:01:26 +0000 (03:01 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Sun, 26 Sep 2010 03:01:26 +0000 (03:01 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3331 cb58f699-b61c-0410-a6fe-9272a202ed29

configure.ac

index 8426585..91ed822 100644 (file)
@@ -92,7 +92,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