Commit Diff


commit - cf7e19193b79af0711c5a03ac7da33bd84947b16
commit + 933da741c6485e090990f296ad89e6173583829b
blob - d10f6ec6a24db0b03cdfb32cfa60dd58a5a01d41
blob + 1940834b0f0977a40776001d18c905a2f08ba5dd
--- configure.in
+++ configure.in
@@ -315,7 +315,7 @@ fi
 
 AC_ARG_WITH(openssl,
 	[  --with-openssl          enable SSL support using OpenSSL],
-	[	if test "$withval" = "yes"; then
+	[	if test "$withval" != "no"; then
 			if test "$withval" != "yes"; then
 				CFLAGS="-I$withval/include $CFLAGS"
 				CPPFLAGS="-I$withval/include $CPPFLAGS"
@@ -332,7 +332,7 @@ AC_ARG_WITH(openssl,
 
 AC_ARG_WITH(gnutls,
 	[  --with-gnutls           enable SSL support using gnutls],
-	[	if test "$withval" = "yes"; then
+	[	if test "$withval" != "no"; then
 			if test "$withval" != "yes"; then
 				CFLAGS="-I$withval/include $CFLAGS"
 				CPPFLAGS="-I$withval/include $CPPFLAGS"