diff options
-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 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" |