patch-configure 645 B

123456789101112131415161718192021
  1. $Id$
  2. --- syslog-ng-1.6.11.orig/configure 2006-05-03 11:10:53.000000000 +0000
  3. +++ syslog-ng-1.6.11/configure 2007-02-15 20:42:56.000000000 +0000
  4. @@ -3160,7 +3160,7 @@ if test "${ac_cv_lib_fl_yywrap+set}" = s
  5. echo $ECHO_N "(cached) $ECHO_C" >&6
  6. else
  7. ac_check_lib_save_LIBS=$LIBS
  8. -LIBS="-lfl $LIBS"
  9. +LIBS="$LIBS"
  10. cat >conftest.$ac_ext <<_ACEOF
  11. /* confdefs.h. */
  12. _ACEOF
  13. @@ -7609,7 +7609,7 @@ echo "$as_me: error: Bundled libol not f
  14. else
  15. LIBOL_VERSION=`libol-config --version`
  16. LIBOL_CFLAGS=`libol-config --cflags`
  17. - LIBOL_LIBS=`libol-config --static-libs`
  18. + LIBOL_LIBS=`libol-config --libs`
  19. MAKE_CLASS="make_class"
  20. fi
  21. fi