From: Richard Sharpe Date: Thu, 6 Nov 2003 05:37:30 +0000 (+0000) Subject: Make the recent changes more pretty. X-Git-Tag: samba-3.0.1pre3~3^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e490efd29a8a6b1fc7087b7dd51bbd41465803c3;p=thirdparty%2Fsamba.git Make the recent changes more pretty. --- diff --git a/source/configure.in b/source/configure.in index 8ac4541024e..beb9b1d066e 100644 --- a/source/configure.in +++ b/source/configure.in @@ -1606,9 +1606,7 @@ for i in $LOOK_DIRS ; do CPPFLAGS="$CPPFLAGS -I$i/include" dnl This is here to handle -withval stuff for --with-libiconv dnl Perhaps we should always add a -L -dnl if test x"$ICONV_PATH_SPEC" = "xyes" ; then - LDFLAGS="-L$i/lib" -dnl fi + LDFLAGS="-L$i/lib" LIBS= export LDFLAGS LIBS CPPFLAGS dnl Try to find iconv(3) @@ -1617,7 +1615,6 @@ dnl Try to find iconv(3) if test "$ICONV_FOUND" = yes; then LIB_ADD_DIR(LDFLAGS, "$i/lib") CFLAGS_ADD_DIR(CPPFLAGS, "$i/include") -dnl LIBS="$save_LIBS" ICONV_LOCATION=$i export LDFLAGS LIBS CPPFLAGS dnl Now, check for a working iconv ... we want to do it here because