1
0
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:
Hartmut Holzgraefe
2000-05-27 21:30:30 +00:00
parent 636b8927c6
commit 3bbc7466fc

View File

@@ -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