summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-11-06 17:23:47 +0000
committerGerald Carter <jerry@samba.org>2003-11-06 17:23:47 +0000
commitd441dbee4cc9f47578535103a96c4ce1aed186fa (patch)
tree246543936026a41772c8ac7f1caef1670bf878f0
parent0b76382c5d9d357425aacc40f77c54dbe72c7527 (diff)
downloadsamba-d441dbee4cc9f47578535103a96c4ce1aed186fa.tar.gz
samba-d441dbee4cc9f47578535103a96c4ce1aed186fa.tar.bz2
samba-d441dbee4cc9f47578535103a96c4ce1aed186fa.zip
patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570
(This used to be commit 486f495ea7decb4abfdb4751ae124b036f3e5d16)
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index bd7a31f25d..8f0f1c8bfc 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1614,6 +1614,7 @@ dnl Try to find iconv(3)
jm_ICONV($i)
if test "$ICONV_FOUND" = yes; then
+ LDFLAGS=$save_LDFLAG
LIB_ADD_DIR(LDFLAGS, "$i/lib")
CFLAGS_ADD_DIR(CPPFLAGS, "$i/include")
LIBS="$save_LIBS"