From ed6ac69dd60e8534fd920ee3de2c45f42aeae1df Mon Sep 17 00:00:00 2001 From: Fabien Costantini Date: Sat, 25 Oct 2008 18:31:44 +0000 Subject: 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 --- src/Fl_x.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3