diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-13 15:52:45 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-07-13 15:52:45 +0200 |
commit | 47ca77faca5442014309e6d2ffa3c0484d160da4 (patch) | |
tree | 6ed6d602f8a0a282a632574f565bd3104e045f9d /configure.ac | |
parent | 6fff4ae3329e852586f3a14ac8b8369bc6d61148 (diff) | |
parent | ef9722ec87c8a7ddb2d499c1e7863475d8790a94 (diff) | |
download | rsyslog-47ca77faca5442014309e6d2ffa3c0484d160da4.tar.gz rsyslog-47ca77faca5442014309e6d2ffa3c0484d160da4.tar.xz rsyslog-47ca77faca5442014309e6d2ffa3c0484d160da4.zip |
Merge branch 'v3-stable' into v4-beta
Conflicts:
ChangeLog
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 598e4fa3..6d22566b 100644 --- a/configure.ac +++ b/configure.ac @@ -415,7 +415,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], |