bind plugin: Fix use of the "QType" types.
[collectd.git] / configure.in
index b503120..0acad70 100644 (file)
@@ -1665,7 +1665,7 @@ CPPFLAGS="$SAVE_CPPFLAGS"
 
 if test "x$with_libiptc" = "xown"
 then
-       with_libiptc_cflags="-I${srcdir}/src/owniptc"
+       with_libiptc_cflags=""
        with_libiptc_libs=""
 fi
 if test "x$with_libiptc" = "xown"
@@ -2064,7 +2064,7 @@ then
 fi
 if test "x$with_libmysql" = "xyes"
 then
-       with_mysql_libs=`$with_mysql_config --libs 2>/dev/null`
+       with_mysql_libs=`$with_mysql_config --libs_r 2>/dev/null`
        mysql_config_status=$?
 
        if test $mysql_config_status -ne 0