]> git.pld-linux.org Git - packages/pidgin.git/blame - gaim-nolibs.patch
- cosmetics
[packages/pidgin.git] / gaim-nolibs.patch
CommitLineData
a4f9bce9
JB
1--- gaim-0.64/configure.ac.orig Mon Jul 7 15:37:56 2003
2+++ gaim-0.64/configure.ac Mon Jul 7 15:57:41 2003
3@@ -44,7 +44,7 @@
4 dnl Check for inet_aton
5 AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, ,
6 [AC_ERROR(inet_aton not found)])])
7-AC_CHECK_LIB(nsl, gethostent)
8+AC_CHECK_FUNC(gethostent, , [AC_CHECK_LIB(nsl, gethostent)])
9 AC_CHECK_FUNC(socket, ,
10 [AC_CHECK_LIB(socket, socket, , [AC_ERROR([socket not found])])])
11 dnl If all goes well, by this point the previous two checks will have
This page took 0.103324 seconds and 4 git commands to generate.