Code

mysql plugin: Use a different define to determine if the read functionality should...
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 28 Aug 2007 13:18:27 +0000 (15:18 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 28 Aug 2007 13:18:27 +0000 (15:18 +0200)
src/mysql.c

index fccaedbdc891eb42a7aceaec38dc468370f54ba7..9014e5ff2c31781b727526b0bea646f7e47820e1 100644 (file)
@@ -28,7 +28,7 @@
 #include <mysql/mysql.h>
 #endif
 
-#if COLLECT_LIBMYSQL
+#if HAVE_LIBMYSQLCLIENT
 # define MYSQL_HAVE_READ 1
 #else
 # define MYSQL_HAVE_READ 0