patch-configure 536 B

1234567891011121314151617181920
  1. --- libevent-1.4.14b-stable.orig/configure 2010-06-20 15:06:18.000000000 +0200
  2. +++ libevent-1.4.14b-stable/configure 2011-05-11 13:12:43.000000000 +0200
  3. @@ -10847,7 +10847,7 @@ if test "${ac_cv_lib_nsl_inet_ntoa+set}"
  4. $as_echo_n "(cached) " >&6
  5. else
  6. ac_check_lib_save_LIBS=$LIBS
  7. -LIBS="-lnsl $LIBS"
  8. +LIBS="$LIBS"
  9. cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  10. /* end confdefs.h. */
  11. @@ -10882,7 +10882,7 @@ if test "x$ac_cv_lib_nsl_inet_ntoa" = x"
  12. #define HAVE_LIBNSL 1
  13. _ACEOF
  14. - LIBS="-lnsl $LIBS"
  15. + LIBS="$LIBS"
  16. fi