You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/ntopng/files/ntopng-5.2.1-mysqltool.patch

18 lines
494 B

--- a/configure.ac.in
+++ b/configure.ac.in
@@ -596,13 +596,7 @@ if test "${with_nedge+set}" != set; then
if test "x$ac_cv_prog_ac_ct_MARIADB" = "xmariadb_config"; then
MYSQLTOOL="mariadb_config"
else
- PATH=$PATH:/usr/local/mysql/bin
- AC_CHECK_TOOL(MYSQL, mysql_config)
- if test "x$ac_cv_prog_ac_ct_MYSQL" = "xmysql_config"; then
- MYSQLTOOL="mysql_config"
- else
- MYSQLTOOL=""
- fi
+ MYSQLTOOL="mysql_config"
fi
if test -n "$MYSQLTOOL"; then