]> git.pld-linux.org Git - packages/FSViewer.git/blob - FSViewer-no_libnsl.patch
- many small fixes, mostly inpired by kloczek
[packages/FSViewer.git] / FSViewer-no_libnsl.patch
1 --- FSViewer.app-0.2.3/configure.in~    Mon Sep 17 19:33:41 2001
2 +++ FSViewer.app-0.2.3/configure.in     Mon Sep 17 19:35:04 2001
3 @@ -82,7 +82,7 @@
4  AC_CHECK_LIB(PropList, PLGetProplistWithPath,, AC_MSG_WARN(Can't find PropList library: Please install libPropList (included in WindowMaker)), , $LIBS)
5  
6  dnl Needed by Sun/Solaris
7 -AC_CHECK_LIB(nsl, gethostbyname)
8 +AC_CHECK_FUNC(gethostbyname, [], AC_CHECK_LIB(nsl, gethostbyname))
9  AC_CHECK_LIB(socket, socket)
10  
11  dnl Needed by FreeBSD
This page took 0.044114 seconds and 3 git commands to generate.