[ooo-build-commit] configure.in

Thorsten Behrens thorsten at kemper.freedesktop.org
Wed Jun 24 09:44:08 PDT 2009


 configure.in |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 6bf42eebf3bf3c0c283e2401c1223db089a489fe
Author: Thorsten Behrens <tbehrens at novell.com>
Date:   Wed Jun 24 17:57:23 2009 +0200

    Advertising --with-git in configure
    
    * configure.in: added --with-git advertisement blurp

diff --git a/configure.in b/configure.in
index 6631de0..f91c6c6 100644
--- a/configure.in
+++ b/configure.in
@@ -1578,3 +1578,9 @@ if test "$BUILD_WIN32" != "yes" -a "$ENABLE_ICECREAM" != "yes"; then
 	and configuring with --with-gcc-speedup=icecream
 "
 fi
+
+if test "$OOO_GIT" = "" ; then
+    echo "You are not using git for the upstream sources.
+	Consider configuring via --with-git
+"
+fi


More information about the ooo-build-commit mailing list