mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Remove the broken check for socks.
This commit is contained in:
parent
d518b6c14d
commit
727e91a291
@ -1,3 +1,7 @@
|
||||
2003-11-05 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* configure.in: Remove the broken check for socks.
|
||||
|
||||
2003-11-05 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* configure.in: Substitute ANSI2KNR and U, so we can compile.
|
||||
|
12
configure.in
12
configure.in
@ -51,11 +51,6 @@ AC_DEFINE_UNQUOTED([OS_TYPE], "$host_os",
|
||||
dnl
|
||||
dnl Process features.
|
||||
dnl
|
||||
AC_ARG_WITH(socks,
|
||||
[ --with-socks use the socks library],
|
||||
[AC_DEFINE([HAVE_SOCKS], 1,
|
||||
[Define if you wish to compile with socks support.])]
|
||||
)
|
||||
|
||||
AC_ARG_WITH(ssl,
|
||||
[[ --with-ssl[=SSL-ROOT] link with SSL support [default=auto]
|
||||
@ -236,13 +231,6 @@ dnl
|
||||
dnl Checks for libraries.
|
||||
dnl
|
||||
|
||||
dnl #### This appears to be deficient with later versions of SOCKS.
|
||||
if test "x${with_socks}" = xyes
|
||||
then
|
||||
AC_CHECK_LIB(resolv, main)
|
||||
AC_CHECK_LIB(socks, Rconnect)
|
||||
fi
|
||||
|
||||
dnl $with_ssl can be one of:
|
||||
dnl - empty string or "auto", meaning autodetect SSL and use it if found.
|
||||
dnl - "yes", meaning link with SSL or bail out.
|
||||
|
Loading…
Reference in New Issue
Block a user