mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-132 fixing enable-threads
X-SVN-Rev: 363
This commit is contained in:
parent
363ee387f6
commit
afffff45ca
2 changed files with 2 additions and 2 deletions
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
|
@ -1226,7 +1226,7 @@ fi
|
|||
|
||||
ICU_USE_THREADS=0
|
||||
|
||||
if test $threads = yes; then
|
||||
if test $threads = true; then
|
||||
echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
|
||||
echo "configure:1232: checking for pthread_create in -lpthread" >&5
|
||||
ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
|
||||
|
|
|
@ -49,7 +49,7 @@ ICU_CONDITIONAL(THREADS, test "$threads" = true)
|
|||
|
||||
ICU_USE_THREADS=0
|
||||
|
||||
if test $threads = yes; then
|
||||
if test $threads = true; then
|
||||
dnl special pthread handling
|
||||
dnl AIX uses pthreads instead of pthread, and HP/UX uses cma
|
||||
AC_CHECK_LIB(pthread, pthread_create)
|
||||
|
|
Loading…
Add table
Reference in a new issue