From a9ca1a9ad731d32efda5e89bd6f7f305e812c1eb Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sun, 26 Sep 2010 03:00:30 +0000 Subject: [PATCH] Handle openssl when pkg_config not supported. --- 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