]> git.pld-linux.org Git - packages/stunnel.git/blob - stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
- updated for 3.22.
[packages/stunnel.git] / stunnel-gethostbyname_is_in_libc_aka_no_libnsl.patch
1 --- stunnel-3.22/configure.ac~  Mon Jan  7 14:16:03 2002
2 +++ stunnel-3.22/configure.ac   Mon Jan  7 14:16:03 2002
3 @@ -139,7 +139,7 @@
4  
5  dnl Checks for standard libraries.
6  AC_CHECK_LIB(dl, dlopen)
7 -AC_CHECK_LIB(nsl, gethostbyname)
8 +AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname))
9  AC_CHECK_LIB(socket, socket)
10  
11  # OSF hack instead of simple AC_CHECK_LIB here
This page took 0.027555 seconds and 4 git commands to generate.