mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
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
This commit is contained in:
parent
eae5b2e9de
commit
e2502d74c7
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user