From 49907807572a23c30db3ae02b6f3254dc44e393c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 24 Apr 2012 12:43:41 +0300 Subject: AC_MSG_ERROR is better than WARN here --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8a726ee5d0e6..de31aecf3526 100644 --- a/configure.in +++ b/configure.in @@ -8673,7 +8673,7 @@ AC_SUBST(SPLIT_OPT_FEATURES) if test $_os = Darwin -o $_os = WINNT; then if test "$enable_cairo_canvas" = yes; then - AC_MSG_WARN([Overriding with -disable-cairo-canvas for this platform]) + AC_MSG_ERROR([The cairo canvas should not be used for this platform]) fi enable_cairo_canvas=no elif test -z "$enable_cairo_canvas"; then -- cgit v1.2.3