cvs: php4 /ext/gd/ config.m4
[email protected] ("Hartmut Holzgraefe")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvshholzgra959463030@cvsserver> |
hholzgra Sat May 27 14:30:30 2000 EDT
Modified files:
/php4/ext/gd config.m4
Log:
added comments to the System/Distribution specific default
path tests for gd.h
? can someone imagine a clever way to have that done for
_all_ packages in a simple and general way ?
Index: php4/ext/gd/config.m4
diff -u php4/ext/gd/config.m4:1.31 php4/ext/gd/config.m4:1.32
--- php4/ext/gd/config.m4:1.31 Sat May 27 14:09:00 2000
+++ php4/ext/gd/config.m4 Sat May 27 14:30:30 2000
@@ -227,9 +227,12 @@
AC_MSG_RESULT(no)
])
+dnl NetBSD package structure
if test -f /usr/pkg/include/gd/gd.h -a -z "$GD_INCLUDE" ; then
GD_INCLUDE="/usr/pkg/include/gd"
fi
+
+dnl SuSE 6.x package structure
if test -f /usr/include/gd/gd.h -a -z "$GD_INCLUDE" ; then
GD_INCLUDE="/usr/include/gd"
fi