1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Small fix to include existing CPPFLAGS when looking for iconv.

This commit is contained in:
Richard Sharpe 0001-01-01 00:00:00 +00:00
parent ee362ce475
commit 772bb41a9d

View File

@ -1544,7 +1544,7 @@ for i in $LOOK_DIRS ; do
save_LIBS=$LIBS
save_LDFLAGS=$LDFLAGS
save_CPPFLAGS=$CPPFLAGS
CPPFLAGS="-I$i/include"
CPPFLAGS="$CPPFLAGS -I$i/include"
dnl This is here to handle -withval stuff for --with-libiconv
if test x"$ICONV_PATH_SPEC" = "xyes" ; then
LDFLAGS="-L$i/lib"