]> git.pld-linux.org Git - packages/acm.git/blame - acm-nolibs.patch
- może wrescie ktoś wykasuje to konto ?
[packages/acm.git] / acm-nolibs.patch
CommitLineData
02764190
JB
1--- acm-5.0/configure.in.orig Mon Jul 7 13:52:15 2003
2+++ acm-5.0/configure.in Mon Jul 7 13:57:47 2003
3@@ -31,7 +31,7 @@
4
5 AC_PROG_CC
6
7-AC_CHECK_LIB(nsl, xdr_free, [LIBS="$LIBS -lnsl"])
8+AC_SEARCH_LIBS(xdr_free, nsl)
9
10 if test "$LINUX" = "0" ; then
11 AC_CHECK_LIB(elf, elf_end, [LIBS="$LIBS -lelf"])
12@@ -143,13 +143,11 @@
13 fi
14 unset ac_cv_lib_audio
15
16-AC_CHECK_LIB(socket, bind, [LIBS="$LIBS -lsocket"])
17+AC_SEARCH_LIBS(bind, socket)
18 AC_CHECK_LIB(dnet_stub, main, [LIBS="$LIBS -ldnet_stub"])
19
20 if uname -srv | grep '^AIX 2 3' >/dev/null ; then
21 :
22-else
23- AC_CHECK_LIB(bsd, main, [LIBS="$LIBS -lbsd"])
24 fi
25
26 LIBS="$LIBS -lm"
This page took 0.04781 seconds and 4 git commands to generate.