summaryrefslogtreecommitdiff
path: root/FL/Fl_Cairo.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Cairo.H')
-rw-r--r--FL/Fl_Cairo.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Cairo.H b/FL/Fl_Cairo.H
index 4e92e5322..b1f6ac870 100644
--- a/FL/Fl_Cairo.H
+++ b/FL/Fl_Cairo.H
@@ -31,7 +31,7 @@
#ifndef FL_CAIRO_H
# define FL_CAIRO_H
-# ifdef HAVE_CAIRO
+# ifdef FLTK_HAVE_CAIRO
// Cairo is currently supported for the following platforms:
// Win32, Apple Quartz, X11
@@ -89,7 +89,7 @@ private:
/** @} */
-# endif // HAVE_CAIRO
+# endif // FLTK_HAVE_CAIRO
#endif // FL_CAIRO_H
//