[Libreoffice-commits] .: configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Tue Apr 24 02:47:56 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 49907807572a23c30db3ae02b6f3254dc44e393c
Author: Tor Lillqvist <tml at iki.fi>
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


More information about the Libreoffice-commits mailing list