curl.patch 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. Index: configure
  2. --- configure.orig 2009-07-22 22:11:25 +0200
  3. +++ configure 2009-08-12 20:13:56 +0200
  4. @@ -4764,13 +4764,7 @@
  5. if $ac_preproc_ok; then
  6. :
  7. else
  8. - { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
  9. -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  10. -{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
  11. -See \`config.log' for more details." >&5
  12. -$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
  13. -See \`config.log' for more details." >&2;}
  14. - { (exit 1); exit 1; }; }; }
  15. + :
  16. fi
  17. ac_ext=c
  18. @@ -21824,7 +21818,7 @@
  19. $as_echo_n "(cached) " >&6
  20. else
  21. ac_check_lib_save_LIBS=$LIBS
  22. -LIBS="-l"$LDAPLIBNAME" $LIBS"
  23. +LIBS="-l$LDAPLIBNAME $LIBS"
  24. cat >conftest.$ac_ext <<_ACEOF
  25. /* confdefs.h. */
  26. _ACEOF
  27. @@ -21889,7 +21883,7 @@
  28. #define `$as_echo "HAVE_LIB"$LDAPLIBNAME"" | $as_tr_cpp` 1
  29. _ACEOF
  30. - LIBS="-l"$LDAPLIBNAME" $LIBS"
  31. + LIBS="-l$LDAPLIBNAME $LIBS"
  32. else
  33. @@ -22077,7 +22071,7 @@
  34. $as_echo_n "(cached) " >&6
  35. else
  36. ac_check_lib_save_LIBS=$LIBS
  37. -LIBS="-l"$LBERLIBNAME" $LIBS"
  38. +LIBS="-l$LBERLIBNAME $LIBS"
  39. cat >conftest.$ac_ext <<_ACEOF
  40. /* confdefs.h. */
  41. _ACEOF
  42. @@ -22142,7 +22136,7 @@
  43. #define `$as_echo "HAVE_LIB"$LBERLIBNAME"" | $as_tr_cpp` 1
  44. _ACEOF
  45. - LIBS="-l"$LBERLIBNAME" $LIBS"
  46. + LIBS="-l$LBERLIBNAME $LIBS"
  47. else