]> git.pld-linux.org Git - packages/pidgin.git/blame - pidgin-nolibs.patch
- unified sasl bcond name
[packages/pidgin.git] / pidgin-nolibs.patch
CommitLineData
be9750be 1diff -aurN gaim-2.0.0beta1.orig/configure.ac gaim-2.0.0beta1/configure.ac
2--- gaim-2.0.0beta1.orig/configure.ac 2005-12-17 22:28:54.000000000 +0100
3+++ gaim-2.0.0beta1/configure.ac 2005-12-19 15:14:20.000000000 +0100
4@@ -65,8 +65,8 @@
a4f9bce9 5 dnl Check for inet_aton
be9750be 6 AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, ,
a4f9bce9 7 [AC_ERROR(inet_aton not found)])])
be9750be 8-AC_CHECK_LIB(resolv, __res_query)
a4f9bce9 9-AC_CHECK_LIB(nsl, gethostent)
be9750be 10+AC_CHECK_FUNC(resolv, ,[AC_CHECK_LIB(resolv, __res_query)])
a4f9bce9 11+AC_CHECK_FUNC(gethostent, , [AC_CHECK_LIB(nsl, gethostent)])
be9750be 12 AC_CHECK_FUNC(socket, ,
a4f9bce9
JB
13 [AC_CHECK_LIB(socket, socket, , [AC_ERROR([socket not found])])])
14 dnl If all goes well, by this point the previous two checks will have
This page took 0.02937 seconds and 4 git commands to generate.