diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-26 23:22:41 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-26 23:22:41 (GMT) |
commit | d3b2aefbfe69df40dc2f0adf31a188fbbdcc5923 (patch) | |
tree | 9fbc0215d3c33ce1f8f1164bbabf60b3127300d2 /configure.in | |
parent | a40762f1d703488e4d1004f943b0ec9571cca166 (diff) | |
download | cpython-d3b2aefbfe69df40dc2f0adf31a188fbbdcc5923.zip cpython-d3b2aefbfe69df40dc2f0adf31a188fbbdcc5923.tar.gz cpython-d3b2aefbfe69df40dc2f0adf31a188fbbdcc5923.tar.bz2 |
Actually port ecfe9bf0117b to default
(I had the wrong impression that the problem didn't exist here)
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 |