diff options
author | Trent Nelson <trent@trent.me> | 2012-10-17 08:49:26 (GMT) |
---|---|---|
committer | Trent Nelson <trent@trent.me> | 2012-10-17 08:49:26 (GMT) |
commit | 9a537a6abf3f93a66cfac77c214d99c691aaf848 (patch) | |
tree | a02b6b469ee3cfd271e549ad74ecfa45dc4529b4 /configure | |
parent | b21099a4ca3bc680cc8e257cf8f2684412671275 (diff) | |
parent | 5595ab564cd0a01b1efdba5a03b2521e393fe7a4 (diff) | |
download | cpython-9a537a6abf3f93a66cfac77c214d99c691aaf848.zip cpython-9a537a6abf3f93a66cfac77c214d99c691aaf848.tar.gz cpython-9a537a6abf3f93a66cfac77c214d99c691aaf848.tar.bz2 |
Issue #15819: use standard autoconf preset output variables.
Reported by: Roumen Petrov
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -735,7 +735,6 @@ HGBRANCH HGTAG HGVERSION BASECPPFLAGS -BUILDDIR target_alias host_alias build_alias @@ -2747,10 +2746,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -BUILDDIR="`pwd`" - -if test "$srcdir" != "." -a "$srcdir" != "$BUILDDIR"; then +if test "$abs_srcdir" != "$abs_builddir"; then # If we're building out-of-tree, we need to make sure the following # resources get picked up before their $srcdir counterparts. # Objects/ -> typeslots.inc |