From: foobar Date: Tue, 23 Apr 2002 23:17:41 +0000 (+0000) Subject: Wrong variable used here.. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~467 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4586a989ef7006392dc94614595b44227ee8fcca;p=php Wrong variable used here.. --- diff --git a/ext/gd/config.m4 b/ext/gd/config.m4 index f0026e766a..da8ef3c59a 100644 --- a/ext/gd/config.m4 +++ b/ext/gd/config.m4 @@ -263,7 +263,7 @@ dnl Various checks for GD features AC_DEFINE(HAVE_LIBGD,1,[ ]) PHP_GD_CHECK_VERSION else - AC_MSG_ERROR([Unable to find libgd.(a|so) anywhere under $withval]) + AC_MSG_ERROR([Unable to find libgd.(a|so) anywhere under $GD_SEARCH_PATHS]) fi dnl NetBSD package structure