output: Use macro HAVE_CHARTS instead of NO_CHARTS.
[pspp-builds.git] / src / output / chart.h
index 93762dbd4fb311df363d56d40cb23b583879806f..fea64edfca33ce428c0f534b1ca5aabfec9159ce 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef OUTPUT_CHART_H
 #define OUTPUT_CHART_H 1
 
-#ifndef NO_CHARTS
+#ifdef HAVE_CHARTS
 #include <stdio.h>              /* Required by <plot.h>. */
 #include <plot.h>
 #endif