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:
parent
5444b1993e
commit
7632d7c2e6
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user