Sophie

Sophie

distrib > Mandriva > cooker > i586 > media > main-release-src > by-pkgid > 545ef305f7a330e6459926a145ac49a3 > files > 1

apr-util-1.4.1-4.src.rpm

--- configure.in	2008-07-21 10:59:23.000000000 +0200
+++ configure.in.oden	2008-12-15 11:30:22.000000000 +0100
@@ -164,7 +164,12 @@
 dnl Enable DSO build; must be last:
 APU_CHECK_UTIL_DSO
 
+save_LIBS="$LIBS"
+LIBS=
 AC_SEARCH_LIBS(crypt, crypt ufc)
+APR_ADDTO(APRUTIL_EXPORT_LIBS, [$LIBS])
+APR_ADDTO(APRUTIL_LIBS, [$LIBS])
+LIBS="$save_LIBS $LIBS"
 AC_MSG_CHECKING(if system crypt() function is threadsafe)
 if test "x$apu_crypt_threadsafe" = "x1"; then
   AC_DEFINE(APU_CRYPT_THREADSAFE, 1, [Define if the system crypt() function is threadsafe])