Commit af6bfcca authored by Antoine Pitrou's avatar Antoine Pitrou

When testing for an hg repo, use a file that always exists, even with the "shared" extension

parent d2ce8c08
This diff is collapsed.
......@@ -833,7 +833,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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment