]> git.pld-linux.org Git - packages/xine-ui.git/blame - xine-ui-nolibs.patch
- lirc is available on all archs now
[packages/xine-ui.git] / xine-ui-nolibs.patch
CommitLineData
6296ad9f
JB
1--- xine-ui-0.9.19/configure.ac.orig Sun Mar 9 00:45:10 2003
2+++ xine-ui-0.9.19/configure.ac Sun Apr 13 13:57:32 2003
3@@ -380,8 +380,8 @@
4 dnl
5 dnl
6 NET_LIBS=""
7-AC_CHECK_LIB(socket, socket, NET_LIBS="-lsocket $NET_LIBS",)
8-AC_CHECK_LIB(nsl, gethostbyname, NET_LIBS="-lnsl $NET_LIBS",)
9+AC_CHECK_FUNC(socket,,[AC_CHECK_LIB(socket, socket, NET_LIBS="-lsocket $NET_LIBS",)])
10+AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl, gethostbyname, NET_LIBS="-lnsl $NET_LIBS",)])
11 AC_SUBST(NET_LIBS)
12
13 dnl
This page took 0.036233 seconds and 4 git commands to generate.