From e2502d74c76985d0288766ac9e653b2ca10879ae Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Fri, 21 Oct 2005 12:48:07 +0000 Subject: [PATCH] Fix configure.in from previous commit, by Emanuele Giaquinta git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4054 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- acconfig.h | 3 --- configure.in | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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)