summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-13 14:56:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-13 14:56:29 +0200
commite27b56f0b75d90d8086b4b7a69c36991485b1078 (patch)
tree237993fede97104474d095e7d5335683654b53c4
parent89e18de662ef563e58eb04f51f2966efcd4c3fab (diff)
downloadrsyslog-e27b56f0b75d90d8086b4b7a69c36991485b1078.tar.gz
rsyslog-e27b56f0b75d90d8086b4b7a69c36991485b1078.tar.xz
rsyslog-e27b56f0b75d90d8086b4b7a69c36991485b1078.zip
better configure error message if mysql-devel is missing
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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],