diff --git a/acconfig.h b/acconfig.h index 33ef63f9..64d59787 100644 --- a/acconfig.h +++ b/acconfig.h @@ -41,9 +41,6 @@ #undef HAVE_LC_MESSAGES #undef HAVE_STPCPY -/* SSL */ -#undef HAVE_OPENSSL - /* If set to 64, enables 64bit off_t for some systems (eg. Linux, Solaris) */ #undef _FILE_OFFSET_BITS diff --git a/configure.in b/configure.in index 440805f3..91b3358e 100644 --- a/configure.in +++ b/configure.in @@ -326,7 +326,7 @@ dnl ** if test "x$want_socks" = "xyes"; then AC_CHECK_LIB(socks, connect, [ - AC_DEFINE(HAVE_SOCKS) + AC_DEFINE(HAVE_SOCKS,, Build with socks support) LIBS="$LIBS -lsocks" AC_CHECK_HEADER(socks.h, [ AC_DEFINE(HAVE_SOCKS_H)