diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 1 |
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 |