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
|
done
|
||||||
for d in $local_include; do
|
for d in $local_include; do
|
||||||
if test -d "$d"; then
|
if test -d "$d"; then
|
||||||
CFLAGS="$CFLAGS -I$d"
|
CPPFLAGS="$CPPFLAGS -I$d"
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user