summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-11-06 17:24:24 +0000
committerGerald Carter <jerry@samba.org>2003-11-06 17:24:24 +0000
commitbf6f61a3fc2e2281dc823fa511df41386bab61ef (patch)
tree74ae747bc8c068b5fe880e7349558dedf5f99a0c /source3
parent662adfa105967732982a89aa5a0718994a95bc6b (diff)
downloadsamba-bf6f61a3fc2e2281dc823fa511df41386bab61ef.tar.gz
samba-bf6f61a3fc2e2281dc823fa511df41386bab61ef.tar.bz2
samba-bf6f61a3fc2e2281dc823fa511df41386bab61ef.zip
patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570
(This used to be commit 2277c6e06c2e5b3ace4b231ff8af03d2d29fac36)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index beb9b1d066..feac7da673 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1613,6 +1613,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")
ICONV_LOCATION=$i