]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30232: Support Git worktree in configure.ac (#1402)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 2 May 2017 22:05:45 +0000 (00:05 +0200)
committerGitHub <noreply@github.com>
Tue, 2 May 2017 22:05:45 +0000 (00:05 +0200)
commitdf5692549a68741d3d02eeee28f9fef74f349712
treec39b260bcb1a5eed9f40b92e1332bcd400bcd5e7
parent8105dd7f75b6aa5f812522d452cd378372752a10
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.
configure
configure.ac