]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[111-configure-options-with-mysql-not-working-properly] Added a default for auto...
authorFrancis Dupont <fdupont@isc.org>
Sat, 29 Dec 2018 09:17:26 +0000 (10:17 +0100)
committerMichal Nowikowski <godfryd@isc.org>
Tue, 29 Jan 2019 09:44:45 +0000 (10:44 +0100)
configure.ac

index 8a0306ae77491c877820a7e075f769d384978ea3..d9497eb0d50e1a2df32b7faef8bc6a07750c1b16 100644 (file)
@@ -681,6 +681,7 @@ if test "${deprec_msg}" = "yes" ; then
 fi
 
 if test "${mysql_config}" = "yes" ; then
+    MYSQL_CONFIG="/usr/bin/mysql_config"
     for d in $defaultdirs
     do
         if test -f $d/bin/mysql_config; then