commit | df5692549a68741d3d02eeee28f9fef74f349712 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed May 03 00:05:45 2017 +0200 |
committer | GitHub <noreply@github.com> | Wed May 03 00:05:45 2017 +0200 |
tree | c39b260bcb1a5eed9f40b92e1332bcd400bcd5e7 | |
parent | 8105dd7f75b6aa5f812522d452cd378372752a10 [diff] [blame] |
bpo-30232: Support Git worktree in configure.ac (#1402) Don't test if .git/HEAD file exists, but only if the .git file (or directory) exists.
diff --git a/configure b/configure index 7d1f4ad..8c91735 100755 --- a/configure +++ b/configure
@@ -5691,7 +5691,7 @@ -if test -e $srcdir/.git/HEAD +if test -e $srcdir/.git then # Extract the first word of "git", so it can be a program name with args. set dummy git; ac_word=$2