summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-25 18:31:44 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-25 18:31:44 +0000
commited6ac69dd60e8534fd920ee3de2c45f42aeae1df (patch)
treef217696c75fc793324d02231da5ec4fb5a3fc2b7 /src
parentf6d5f48bbe9deb82a86f31ebcdd90510512c6104 (diff)
Fixed cairo makefiles link error when shared option activated under linux.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6485 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_x.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index 3300f3741..4198b5015 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -1727,7 +1727,7 @@ void Fl_Window::make_current() {
current_ = this;
fl_clip_region(0);
-#ifdef HAVE_CAIRO
+#ifdef USE_CAIRO
// update the cairo_t context
if (Fl::cairo_autolink_context()) Fl::cairo_make_current(this);
#endif