diff options
author | Brett Cannon <bcannon@gmail.com> | 2004-11-07 01:24:12 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2004-11-07 01:24:12 (GMT) |
commit | c601e0fa0b97b796e8d2029208fbbb689a45d0ca (patch) | |
tree | dc9a8e5fbbe47c2cf4a957aed430344a6f7cb97b /configure | |
parent | 7d28e96a41307358e2a962c73a072479421e6550 (diff) | |
download | cpython-c601e0fa0b97b796e8d2029208fbbb689a45d0ca.zip cpython-c601e0fa0b97b796e8d2029208fbbb689a45d0ca.tar.gz cpython-c601e0fa0b97b796e8d2029208fbbb689a45d0ca.tar.bz2 |
Move the AC_MSG_RESULT function call for checking for pthread options up into
the 'if' statement that performed the test. Not all platforms run the test and
on those tests configure outputted a rogue 'no' line.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4256,10 +4256,10 @@ then fi rm -fr conftest* fi -fi -CXX="$ac_save_cxx" echo "$as_me:$LINENO: result: $ac_cv_cxx_thread" >&5 echo "${ECHO_T}$ac_cv_cxx_thread" >&6 +fi +CXX="$ac_save_cxx" # checks for header files |