diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index 8e147cabff..b86eaf8252 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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" |