[ooo-build-commit] .: configure.in
Petr Mladek
pmladek at kemper.freedesktop.org
Fri Oct 1 05:55:09 PDT 2010
configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 604a0198098387b7e21d8c686513c9f41b4af26c
Author: Petr Mladek <pmladek at suse.cz>
Date: Fri Oct 1 14:51:57 2010 +0200
guess clone git repo when --with-git is not used
diff --git a/configure.in b/configure.in
index d36526f..5aea141 100644
--- a/configure.in
+++ b/configure.in
@@ -1539,7 +1539,7 @@ if test \( -z "$with_git" -a -f "$SRCDIR/libreoffice-$OOO_SOURCEVERSION-bootstra
AC_MSG_RESULT([no])
else
OOO_GIT="git://anongit.freedesktop.org/git/libreoffice"
- if test "$with_git" != "yes" ; then
+ if test -n "$with_git" -a "$with_git" != "yes" ; then
OOO_GIT="$with_git"
else
guess=`git config remote.origin.url | sed 's#/build$##'`
More information about the ooo-build-commit
mailing list