mirror of
https://github.com/php/php-gtk-src.git
synced 2026-04-29 20:13:17 +02:00
Make include paths consistent
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user