diff options
Diffstat (limited to 'libjava/configure')
-rwxr-xr-x | libjava/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/configure b/libjava/configure index 35165629864..0a6b9b2398c 100755 --- a/libjava/configure +++ b/libjava/configure @@ -20951,6 +20951,8 @@ if test "$use_libgcj_bc" = yes; then LIBGCJ_BC_SPEC="%{findirect-dispatch:-fPIC}" fi + + HASH_SYNC_SPEC= # Hash synchronization is only useful with posix threads right now. if test "$enable_hash_synchronization" = yes && test "$THREADS" != "none"; then |