]> git.pld-linux.org Git - packages/pidgin.git/blob - pidgin-nolibs.patch
- merged from DEVEL
[packages/pidgin.git] / pidgin-nolibs.patch
1 diff -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 @@
5  dnl Check for inet_aton
6  AC_CHECK_FUNC(inet_aton, , [AC_CHECK_LIB(resolv, inet_aton, ,
7                                          [AC_ERROR(inet_aton not found)])])
8 -AC_CHECK_LIB(resolv, __res_query)
9 -AC_CHECK_LIB(nsl, gethostent)
10 +AC_CHECK_FUNC(resolv, ,[AC_CHECK_LIB(resolv, __res_query)])
11 +AC_CHECK_FUNC(gethostent, , [AC_CHECK_LIB(nsl, gethostent)])
12  AC_CHECK_FUNC(socket, ,
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.086911 seconds and 4 git commands to generate.