diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-13 15:58:30 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-13 15:58:30 +0200 |
commit | 76b3fb796022ae249ae77db5288ceec542e7efa2 (patch) | |
tree | 847b095404ddd06fcfceaa023cbb65f30c95ff6a /configure.ac | |
parent | 7d703b82ff2649cf11c5245e1d0515659bffeb8d (diff) | |
parent | ddd427cf5cb6fea314845940ff1ada8b0bb51b31 (diff) | |
download | rsyslog-76b3fb796022ae249ae77db5288ceec542e7efa2.tar.gz rsyslog-76b3fb796022ae249ae77db5288ceec542e7efa2.tar.xz rsyslog-76b3fb796022ae249ae77db5288ceec542e7efa2.zip |
Merge branch 'beta'
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 fae59bb3..e88e1ceb 100644 --- a/configure.ac +++ b/configure.ac @@ -416,7 +416,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], |