1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570

(This used to be commit 486f495ea7)
This commit is contained in:
Gerald Carter 2003-11-06 17:23:47 +00:00
parent 0b76382c5d
commit d441dbee4c

View File

@ -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"