From: Sascha Schumann Date: Tue, 7 Jan 2003 09:49:08 +0000 (+0000) Subject: tell user which header files could not be found X-Git-Tag: PHP_5_0_dev_before_13561_fix~405 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e180f20e632f3c96b0b32cb726f324d652f3d360;p=php tell user which header files could not be found --- diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4 index e59a0d5190..95c40b8982 100644 --- a/ext/mysql/config.m4 +++ b/ext/mysql/config.m4 @@ -108,7 +108,7 @@ elif test "$PHP_MYSQL" != "no"; then done if test -z "$MYSQL_DIR"; then - AC_MSG_ERROR(Cannot find header files under $PHP_MYSQL) + AC_MSG_ERROR(Cannot find MySQL header files under $PHP_MYSQL) fi MYSQL_MODULE_TYPE=external