[Libreoffice-commits] .: configure.in
David Tardon
dtardon at kemper.freedesktop.org
Mon Apr 16 11:42:42 PDT 2012
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a2c86edd6a15150d4b6ab8f5d22126f129db86fe
Author: David Tardon <dtardon at redhat.com>
Date: Mon Apr 16 20:42:34 2012 +0200
make that warning, not error
diff --git a/configure.in b/configure.in
index 1792d2b..eb4e746 100644
--- a/configure.in
+++ b/configure.in
@@ -8166,7 +8166,7 @@ if test "$_os" = "WINNT"; then
if test "$WITH_MINGW" = "yes"; then
AC_PATH_PROG([UUIDGEN], [uuid])
if test -z "$UUIDGEN"; then
- AC_MSG_ERROR([uuid is needed for dev-install])
+ AC_MSG_WARN([uuid is needed for dev-install])
fi
else
# presence is already tested above in the WINDOWS_SDK_HOME check
More information about the Libreoffice-commits
mailing list