diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-13 14:56:29 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-13 14:56:29 +0200 |
commit | e27b56f0b75d90d8086b4b7a69c36991485b1078 (patch) | |
tree | 237993fede97104474d095e7d5335683654b53c4 /configure.ac | |
parent | 89e18de662ef563e58eb04f51f2966efcd4c3fab (diff) | |
download | rsyslog-e27b56f0b75d90d8086b4b7a69c36991485b1078.tar.gz rsyslog-e27b56f0b75d90d8086b4b7a69c36991485b1078.tar.xz rsyslog-e27b56f0b75d90d8086b4b7a69c36991485b1078.zip |
better configure error message if mysql-devel is missing
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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], |