ICU-591 removed extra call to 'w' [no need to check system uptime while setting thread options :)]

X-SVN-Rev: 2439
This commit is contained in:
Steven R. Loomis 2000-09-15 23:32:52 +00:00
parent 5444b1993e
commit 7632d7c2e6
2 changed files with 2 additions and 2 deletions

View File

@ -1405,7 +1405,7 @@ if test "${enable_threads+set}" = set; then
*) { echo "configure: error: bad value ${enableval} for --enable-threads" 1>&2; exit 1; } ;;
esac
else
w threads=true
threads=true
fi

View File

@ -105,7 +105,7 @@ AC_ARG_ENABLE(threads,
no) threads=false ;;
*) AC_MSG_ERROR(bad value ${enableval} for --enable-threads) ;;
esac],
w threads=true)
threads=true)
ICU_CONDITIONAL(THREADS, test "$threads" = true)
ICU_USE_THREADS=0