summaryrefslogtreecommitdiff
path: root/devel/cvsgraph/files/patch-configure.in
blob: 82097de1ccdca86f77655e0f51c3c13816605923 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.in.orig	Mon Mar 12 11:50:22 2001
+++ configure.in	Tue Mar 27 02:00:54 2001
@@ -102,7 +102,7 @@
 dnl Make sure the header is here
 AC_CHECK_HEADER( gd.h,[ have_gd_h="yes" ],[ have_gd_h="no" ])
 
-if test $have_gd_h != "yes"; then
+if test $have_gd_h = "bogus"; then
 echo
 	echo "** The GD library is required for CvsGraph to function."
 	echo "   Get it from http://www.boutell.com, compile it and"