Skip to content

Commit

Permalink
valvula:
Browse files Browse the repository at this point in the history
* [fix] Minor indications at configure.ac to guide user when mariadb/mysql
  headers are not found.
  • Loading branch information
francisbrosnan committed Sep 9, 2016
1 parent c54b65a commit 687922d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ AC_TRY_COMPILE([#include <mysql/mysql.h>
mysql_devel_found=no)
AC_MSG_RESULT([MySQL/MariaDB development headers status: $mysql_devel_found])
if test "x$mysql_devel_found" = "xno"; then
AC_MSG_WARN([Cannot find mysql.h header or current MySQL development environment do not compile symbols required. On debian try to install libmysqlclient15-dev package.])
AC_MSG_WARN([Cannot find mysql.h header or current MySQL development environment do not compile symbols required. On debian try to install libmysqlclient15-dev package. On centos/redhat try to install mariadb-devel or mysql-devel])
fi
AM_CONDITIONAL(ENABLE_MYSQL_SUPPORT, test "x$mysql_devel_found" = "xyes")

Expand Down

0 comments on commit 687922d

Please sign in to comment.