summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-11-02 16:58:05 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2002-11-02 16:58:05 (GMT)
commita978ab0d8c91b5f5bf8222dc8c7eada7430ee2e8 (patch)
tree255e5f5157800e4c040f11ecbbd82203c9b6484c /configure
parent1a7a894d905f6d2239e288178bf769c5e8e8acfc (diff)
downloadcpython-a978ab0d8c91b5f5bf8222dc8c7eada7430ee2e8.zip
cpython-a978ab0d8c91b5f5bf8222dc8c7eada7430ee2e8.tar.gz
cpython-a978ab0d8c91b5f5bf8222dc8c7eada7430ee2e8.tar.bz2
Need to quote test for posix_threads on HPUX11
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 87f3dc3..9f15882 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in Revision: 1.360 .
+# From configure.in Revision: 1.361 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53 for python 2.3.
#
@@ -11214,7 +11214,7 @@ _ACEOF
fi
- if test $posix_threads != "yes"; then
+ if test "$posix_threads" != "yes"; then
echo "$as_me:$LINENO: checking for thr_create in -lthread" >&5
echo $ECHO_N "checking for thr_create in -lthread... $ECHO_C" >&6
if test "${ac_cv_lib_thread_thr_create+set}" = set; then