summaryrefslogtreecommitdiff
path: root/apr-link.patch
blob: 569f682404831f9075ebb62e61246d7399f5ff49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- apr-1.0.0/configure.in.orig	2004-08-01 02:52:20.000000000 +0200
+++ apr-1.0.0/configure.in	2004-09-16 21:33:34.263720072 +0200
@@ -519,7 +519,7 @@
 AC_SEARCH_LIBS(gethostbyname, nsl)
 AC_SEARCH_LIBS(gethostname, nsl)
 AC_SEARCH_LIBS(socket, socket)
-AC_SEARCH_LIBS(crypt, crypt ufc)
+dnl AC_SEARCH_LIBS(crypt, crypt ufc)
 AC_CHECK_LIB(truerand, main)
 AC_SEARCH_LIBS(modf, m)
 
@@ -659,7 +659,7 @@
 
 # The real-time POSIX extensions (e.g. shm_*, sem_*) may only
 # be available if linking against librt.
-AC_SEARCH_LIBS(shm_open, rt)
+dnl AC_SEARCH_LIBS(shm_open, rt)  -- not used by apr
 
 case $host in
  *-sysv*)