From 1ae80ade5ebfa07cb726c1ce91afdcbfb0f2fea2 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 2 Nov 2003 16:31:38 +0000 Subject: Fix duplicate libs problem in iconv detection code. (This used to be commit a2feac08e89685c35a8cc18eaeac4c9316248f75) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index bbade6027f..4d1db6f498 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1616,7 +1616,7 @@ dnl Try to find iconv(3) if test "$ICONV_FOUND" = yes; then LIB_ADD_DIR(LDFLAGS, "$i/lib") CFLAGS_ADD_DIR(CPPFLAGS, "$i/include") - LIBS="$save_LIBS $LIBS" + LIBS="$save_LIBS" ICONV_LOCATION=$i export LDFLAGS LIBS CPPFLAGS dnl Now, check for a working iconv ... we want to do it here because -- cgit