configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 49907807572a23c30db3ae02b6f3254dc44e393c
Author: Tor Lillqvist <[email protected]>
Date: Tue Apr 24 12:43:41 2012 +0300
AC_MSG_ERROR is better than WARN here
diff --git a/configure.in b/configure.in
index 8a726ee..de31aec 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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits