--- 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*)