From: Florian Forster Date: Tue, 28 Aug 2007 13:18:27 +0000 (+0200) Subject: mysql plugin: Use a different define to determine if the read functionality should... X-Git-Tag: collectd-4.0.7~1 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c5b70683cba72a303dd600cb8eb160f8bba28414;p=collectd.git mysql plugin: Use a different define to determine if the read functionality should be enabled. --- diff --git a/src/mysql.c b/src/mysql.c index fccaedbd..9014e5ff 100644 --- a/src/mysql.c +++ b/src/mysql.c @@ -28,7 +28,7 @@ #include #endif -#if COLLECT_LIBMYSQL +#if HAVE_LIBMYSQLCLIENT # define MYSQL_HAVE_READ 1 #else # define MYSQL_HAVE_READ 0