From 3bbc7466fcc2b8ee7611e831419b37bec020e7c0 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Sat, 27 May 2000 21:30:30 +0000 Subject: [PATCH] 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 ? --- ext/gd/config.m4 | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1