From e180f20e632f3c96b0b32cb726f324d652f3d360 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 7 Jan 2003 09:49:08 +0000 Subject: [PATCH] tell user which header files could not be found --- ext/mysql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1