summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/mysql/config.m42
1 files changed, 1 insertions, 1 deletions
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