configure.ac: add -I to CPPFLAGS, not CFLAGS
This commit is contained in:
parent
60ac702038
commit
0562cf99ba
@ -119,7 +119,7 @@ if test -z "$prefix" || test "x$prefix" = xNONE; then
|
||||
done
|
||||
for d in $local_include; do
|
||||
if test -d "$d"; then
|
||||
CFLAGS="$CFLAGS -I$d"
|
||||
CPPFLAGS="$CPPFLAGS -I$d"
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user