You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

51 lines
1.2 KiB

Index: configure
--- configure.orig 2010-10-01 22:49:17.000000000 +0200
+++ configure 2010-10-27 20:08:09.000000000 +0200
@@ -4964,10 +4964,7 @@
if $ac_preproc_ok; then :
else
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
-See \`config.log' for more details" "$LINENO" 5 ; }
+ :
fi
ac_ext=c
@@ -18276,7 +18273,7 @@
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-l"$LDAPLIBNAME" $LIBS"
+LIBS="-l$LDAPLIBNAME $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -18309,7 +18306,7 @@
#define `$as_echo "HAVE_LIB"$LDAPLIBNAME"" | $as_tr_cpp` 1
_ACEOF
- LIBS="-l"$LDAPLIBNAME" $LIBS"
+ LIBS="-l$LDAPLIBNAME $LIBS"
else
@@ -18457,7 +18454,7 @@
$as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-l"$LBERLIBNAME" $LIBS"
+LIBS="-l$LBERLIBNAME $LIBS"
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -18490,7 +18487,7 @@
#define `$as_echo "HAVE_LIB"$LBERLIBNAME"" | $as_tr_cpp` 1
_ACEOF
- LIBS="-l"$LBERLIBNAME" $LIBS"
+ LIBS="-l$LBERLIBNAME $LIBS"
else