mirror of
https://github.com/php/php-src.git
synced 2026-04-19 22:11:12 +02:00
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 ?
This commit is contained in:
@@ -227,9 +227,12 @@ AC_ARG_WITH(t1lib,
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user