From bc509d32eb741e5d3876eaaf0abd270cf68cd3b4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Thu, 6 Jan 2011 10:24:58 +0000 Subject: Fix STR #2504 (first part). Replaced HAVE _CAIRO by FLTK_HAVE_CAIRO and USE_CAIRO by FLTK_USE_CAIRO everywhere. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8198 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- configh.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'configh.in') diff --git a/configh.in b/configh.in index 26f4b2309..c0f95fd69 100644 --- a/configh.in +++ b/configh.in @@ -245,21 +245,21 @@ #undef HAVE_LIBJPEG /* - * USE_CAIRO + * FLTK_USE_CAIRO * * Do we have the cairo library available and want extended cairo use in fltk ? * will implies to link cairo.lib in all fltk based apps. */ -#undef USE_CAIRO +#undef FLTK_USE_CAIRO /* - * HAVE_CAIRO + * FLTK_HAVE_CAIRO * * Do we have the cairo library available? */ -#undef HAVE_CAIRO +#undef FLTK_HAVE_CAIRO /* * Which header file do we include for libpng? -- cgit v1.2.3