Handle openssl when pkg_config not supported.
authorScott Cantor <cantor.2@osu.edu>
Sun, 26 Sep 2010 03:00:30 +0000 (03:00 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 26 Sep 2010 03:00:30 +0000 (03:00 +0000)
configure.ac

index a265891..36bc617 100644 (file)
@@ -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