Make include paths consistent

This commit is contained in:
Frank M. Kromann
2003-07-18 17:29:23 +00:00
parent 867b061068
commit d4e95f1090
+1 -1
View File
@@ -5,7 +5,7 @@ PHP_GTK_ARG_ENABLE(extra,for Gtkextra support, [ --enable-extra Enable Gt
for x in /usr /usr/local; do
if test -f $x/include/gtkextra/gtkextra.h; then
EXTRA_DIR=$x
EXTRA_INCDIR=$x/include/gtkextra
EXTRA_INCDIR=$x/include
fi
done