mirror of
https://github.com/python/cpython.git
synced 2026-06-15 07:29:54 -04:00
Actually port ecfe9bf0117b to default
(I had the wrong impression that the problem didn't exist here)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user