]> git.pld-linux.org Git - packages/bzflag.git/blame - bzflag-nolibs.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/bzflag.git] / bzflag-nolibs.patch
CommitLineData
0216dc16
JB
1--- bzflag-1.10.6.20040515/configure.in.orig 2004-05-15 01:09:04.000000000 +0200
2+++ bzflag-1.10.6.20040515/configure.in 2004-10-17 00:32:41.714841988 +0200
3@@ -125,8 +125,8 @@
4
5
6 # for BeOS - old network stack don't have those libs ( move it in the case switch ?)
7-AC_CHECK_LIB(socket, socket)
8-AC_CHECK_LIB(bind, gethostent)
9+AC_SEARCH_LIBS(socket, socket)
10+AC_SEARCH_LIBS(gethostent, bind)
11
12 AC_CHECK_LIB(m, sqrtf)
13
This page took 0.056945 seconds and 4 git commands to generate.