| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- Index: configure
- --- configure.orig 2009-07-22 22:11:25 +0200
- +++ configure 2009-08-12 20:13:56 +0200
- @@ -4764,13 +4764,7 @@
- if $ac_preproc_ok; then
- :
- else
- - { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
- -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
- -{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
- -See \`config.log' for more details." >&5
- -$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
- -See \`config.log' for more details." >&2;}
- - { (exit 1); exit 1; }; }; }
- + :
- fi
-
- ac_ext=c
- @@ -21824,7 +21818,7 @@
- $as_echo_n "(cached) " >&6
- else
- ac_check_lib_save_LIBS=$LIBS
- -LIBS="-l"$LDAPLIBNAME" $LIBS"
- +LIBS="-l$LDAPLIBNAME $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
- @@ -21889,7 +21883,7 @@
- #define `$as_echo "HAVE_LIB"$LDAPLIBNAME"" | $as_tr_cpp` 1
- _ACEOF
-
- - LIBS="-l"$LDAPLIBNAME" $LIBS"
- + LIBS="-l$LDAPLIBNAME $LIBS"
-
- else
-
- @@ -22077,7 +22071,7 @@
- $as_echo_n "(cached) " >&6
- else
- ac_check_lib_save_LIBS=$LIBS
- -LIBS="-l"$LBERLIBNAME" $LIBS"
- +LIBS="-l$LBERLIBNAME $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
- @@ -22142,7 +22136,7 @@
- #define `$as_echo "HAVE_LIB"$LBERLIBNAME"" | $as_tr_cpp` 1
- _ACEOF
-
- - LIBS="-l"$LBERLIBNAME" $LIBS"
- + LIBS="-l$LBERLIBNAME $LIBS"
-
- else
-
|