From: Rasmus Lerdorf Date: Sun, 25 Apr 1999 23:29:52 +0000 (+0000) Subject: Make GD config fail if it doesn't find the gd files X-Git-Tag: BEFORE_PHP4_APACHE_MODULE_CHANGE~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c09d8e616e84f999685dbae940e31a569b8f1eb;p=php Make GD config fail if it doesn't find the gd files --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index 7a2891ef03..6378535f0a 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -36,7 +36,7 @@ dnl A whole whack of possible places where this might be AC_CHECK_LIB(gd, gdImageString16, [ AC_DEFINE(HAVE_LIBGD13) ]) ac_cv_lib_gd_gdImageLine=yes else - AC_MSG_RESULT(no) + AC_MSG_ERROR(Unable to find libgd.a anywhere under $withval) fi ;; esac ],[