diff options
Diffstat (limited to 'configh.in')
| -rw-r--r-- | configh.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configh.in b/configh.in index d99e95aa8..a2de8d568 100644 --- a/configh.in +++ b/configh.in @@ -247,6 +247,15 @@ #undef HAVE_LIBJPEG /* + * 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 + +/* * HAVE_CAIRO * * Do we have the cairo library available? |
