11 lines
413 B
Text
11 lines
413 B
Text
--- 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"
|