]> git.pld-linux.org Git - packages/dx.git/blob - dx-nolibs.patch
- rel. 6
[packages/dx.git] / dx-nolibs.patch
1 --- dx-4.3.2/configure.ac.orig  2003-09-16 21:48:18.000000000 +0200
2 +++ dx-4.3.2/configure.ac       2004-06-21 19:05:31.447745439 +0200
3 @@ -535,7 +535,6 @@
4  fi
5  
6  dnl A couple libs for cygwin
7 -AC_CHECK_LIB(REXP, regcomp)
8  DX_CHECK_TGMATH
9  
10  dnl If buildlibdx off then pass this down to the Makefile
11 @@ -546,7 +545,6 @@
12  dnl Check for ImageMagick Libraries
13  
14  dnl Checks for libraries.
15 -AC_CHECK_LIB(g++, main)
16  AC_CHECK_LIB(dl, main)
17  
18  dnl Set the CXXFLAG for new keylayout
19 @@ -1096,11 +1094,10 @@
20  AC_CHECK_HEADERS(sstream strstream.h strstrea.h sysent.h)
21  AC_CHECK_HEADERS(fstream fstream.h)
22  
23 -AC_CHECK_LIB(socket, socket)
24 -AC_CHECK_LIB(nsl, inet_addr)
25 -AC_CHECK_LIB(gen, regex)
26 -AC_CHECK_LIB(regex, regcomp)
27 -AC_CHECK_LIB(REXP, regcomp)
28 +AC_SEARCH_LIBS(socket, socket)
29 +AC_SEARCH_LIBS(inet_addr, nsl)
30 +AC_SEARCH_LIBS(regex, gen)
31 +AC_SEARCH_LIBS(regcomp, [regex REXP])
32  
33  DX_STREAM_O2
34  
This page took 0.043936 seconds and 3 git commands to generate.