From: Bruno Haible Date: Sun, 6 Jun 2010 20:05:53 +0000 (+0200) Subject: Oops, fix mistake in previous commit. X-Git-Tag: v0.18.1.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd283ceb46d76b75128fcd52615454aa44de9496;p=thirdparty%2Fgettext.git Oops, fix mistake in previous commit. --- diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 4404438ff..71cc38bcc 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -338,6 +338,7 @@ else ARCHIVE_FORMAT=cvs else # Neither --with-git nor --with-cvs is specified. +changequote(,)dnl if test "$gt_use_git" != no \ && (git --version) >/dev/null 2>&1 \ && { case `git --version | sed -e 's/^[^0-9]*//'` in @@ -345,6 +346,7 @@ else *) true ;; esac }; then +changequote([,])dnl # --without-git is not specified, and the git program exists # in version 1.6 or newer. Use git format. ARCHIVE_FORMAT=git