summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gl_draw.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gl_draw.cxx b/src/gl_draw.cxx
index 4d680d2e4..050e9ea6f 100644
--- a/src/gl_draw.cxx
+++ b/src/gl_draw.cxx
@@ -39,7 +39,7 @@
#include "drivers/Quartz/Fl_Font.H"
#elif defined(WIN32)
#include "drivers/GDI/Fl_Font.H"
-#elif USE_X11
+#elif defined(USE_X11)
#include "drivers/Xlib/Fl_Font.H"
#endif
#include <FL/fl_utf8.h>