]> git.pld-linux.org Git - packages/dbus-qt.git/blame - dbus-qt-nolibs.patch
- more specific URL (although _this_ version of bindings is not mentioned there)
[packages/dbus-qt.git] / dbus-qt-nolibs.patch
CommitLineData
02876984
JB
1--- dbus-qt3-0.70/configure.in.orig 2006-07-18 14:37:08.000000000 +0200
2+++ dbus-qt3-0.70/configure.in 2006-08-22 00:39:31.756046000 +0200
3@@ -118,8 +118,8 @@
4 AC_C_BIGENDIAN
5
6 #### Various functions
7-AC_CHECK_LIB(socket,socket)
8-AC_CHECK_LIB(nsl,gethostbyname)
9+AC_SEARCH_LIBS(socket,socket)
10+AC_SEARCH_LIBS(gethostbyname,nsl)
11
12 AC_CHECK_FUNCS(vsnprintf vasprintf nanosleep usleep poll setenv unsetenv socketpair getgrouplist)
13
This page took 0.062241 seconds and 4 git commands to generate.