diff --git a/configure.in b/configure.in index 1647756e..b7340132 100644 --- a/configure.in +++ b/configure.in @@ -199,7 +199,7 @@ dnl ** AC_ARG_ENABLE(ssl, [ --disable-ssl Disable Secure Sockets Layer support],, - want_ssl=yes) + enable_ssl=yes) dnl ** dnl ** just some generic stuff... @@ -331,7 +331,7 @@ fi LIBS="$LIBS $GLIB_LIBS" have_openssl=no -if test "$want_ssl" = "yes"; then +if test "$enable_ssl" = "yes"; then PKG_CHECK_MODULES(SSL, openssl, :, :) if test "$SSL_LIBS"; then CFLAGS="$CFLAGS $SSL_CFLAGS"