From: Hartmut Holzgraefe Date: Sat, 27 May 2000 21:30:30 +0000 (+0000) Subject: added comments to the System/Distribution specific default X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bbc7466fcc2b8ee7611e831419b37bec020e7c0;p=php 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 ? --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 918162d967..af9ed1e60a 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -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