]> git.pld-linux.org Git - packages/xine-ui.git/blob - xine-ui-nolibs.patch
- rel 7
[packages/xine-ui.git] / xine-ui-nolibs.patch
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.03022 seconds and 3 git commands to generate.