summaryrefslogtreecommitdiff
path: root/test/cairo_test.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/cairo_test.cxx')
-rw-r--r--test/cairo_test.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cairo_test.cxx b/test/cairo_test.cxx
index 6492d4d40..bbde8ef93 100644
--- a/test/cairo_test.cxx
+++ b/test/cairo_test.cxx
@@ -158,7 +158,7 @@ int main(int argc, char** argv) {
#include <FL/fl_ask.H>
int main(int argc, char** argv) {
- fl_message("please configure fltk with CAIRO enabled (--enable-cairo)");
+ fl_message("please configure fltk with CAIRO enabled (--enable-cairo or --enable-cairoext)");
return 0;
}
#endif