diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 50e502b..95ceab8 100644 --- a/configure.in +++ b/configure.in @@ -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 |