summaryrefslogtreecommitdiff
path: root/net-analyzer/ntopng/files/ntopng-2.4-mysqltool.patch
blob: a80e966b85deb8aefb3510897d7540ff61aeb14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/configure.ac
+++ b/configure.ac
@@ -302,13 +302,7 @@
 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