Actually port ecfe9bf0117b to default

(I had the wrong impression that the problem didn't exist here)
This commit is contained in:
Antoine Pitrou 2011-07-27 01:22:41 +02:00
parent a40762f1d7
commit d3b2aefbfe
2 changed files with 310 additions and 287 deletions

595
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ AC_SUBST(HGVERSION)
AC_SUBST(HGTAG)
AC_SUBST(HGBRANCH)
if test -e $srcdir/.hg/00changelog.i
if test -e $srcdir/.hg/dirstate
then
AC_CHECK_PROG(HAS_HG, hg, found, not-found)
else