From e27b56f0b75d90d8086b4b7a69c36991485b1078 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 13 Jul 2009 14:56:29 +0200 Subject: better configure error message if mysql-devel is missing --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9a6afd42..987a8fb9 100644 --- a/configure.ac +++ b/configure.ac @@ -392,7 +392,7 @@ if test "x$enable_mysql" = "xyes"; then [yes],,, ) if test "x${HAVE_MYSQL_CONFIG}" != "xyes"; then - AC_MSG_FAILURE([mysql_config not found in PATH]) + AC_MSG_FAILURE([mysql_config not found in PATH - usually a package named mysql-dev, libmysql-dev or similar, is missing - install it to fix this issue]) fi AC_CHECK_LIB( [mysqlclient], -- cgit v1.2.3