From dd283ceb46d76b75128fcd52615454aa44de9496 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 6 Jun 2010 22:05:53 +0200 Subject: [PATCH] Oops, fix mistake in previous commit. --- gettext-tools/configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2