ICU-132 fixing enable-threads

X-SVN-Rev: 363
This commit is contained in:
Steven R. Loomis 1999-12-09 23:47:30 +00:00
parent 363ee387f6
commit afffff45ca
2 changed files with 2 additions and 2 deletions

View file

@ -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_%'`

View file

@ -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)