summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-24 12:43:41 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-24 12:45:53 +0300
commit49907807572a23c30db3ae02b6f3254dc44e393c (patch)
treed18c2c3339d8a87ce5bdca233b016cc0857dafe6
parent8533a191f4434490aa44118bce0e5719477d957a (diff)
AC_MSG_ERROR is better than WARN here
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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