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:
parent
ee362ce475
commit
772bb41a9d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user