From 900e40eb7ad6df7ee576dc9cd83eab3213967bf9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 10 Sep 1999 01:21:06 +0000 Subject: [PATCH] configure: Rebuilt. * configure: Rebuilt. * configure.in: Fixed typo; variable is THREADSPEC and not THREADSPECS. From-SVN: r29254 --- libjava/ChangeLog | 6 ++++++ libjava/configure | 4 ++-- libjava/configure.in | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index ae7921e8b14c..5f938b1ba977 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,9 @@ +1999-09-09 Tom Tromey + + * configure: Rebuilt. + * configure.in: Fixed typo; variable is THREADSPEC and not + THREADSPECS. + 1999-08-21 Alexandre Oliva * configure.in: Check for in_addr_t in netinet/in.h too. Check diff --git a/libjava/configure b/libjava/configure index 2e5ae8c5c3ab..8708e868ba35 100755 --- a/libjava/configure +++ b/libjava/configure @@ -3544,7 +3544,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then EOF THREADLIBS="$THREADLIBS -lrt" - THREADSPECS="$THREADSPECS -lrt" + THREADSPEC="$THREADSPEC -lrt" else echo "$ac_t""no" 1>&6 @@ -3589,7 +3589,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then EOF THREADLIBS="$THREADLIBS -lposix4" - THREADSPECS="$THREADSPECS -lposix4" + THREADSPEC="$THREADSPEC -lposix4" else echo "$ac_t""no" 1>&6 fi diff --git a/libjava/configure.in b/libjava/configure.in index 557cf4ec7d5b..b3514246a9da 100644 --- a/libjava/configure.in +++ b/libjava/configure.in @@ -376,11 +376,11 @@ else AC_CHECK_LIB(rt, sched_yield, [ AC_DEFINE(HAVE_SCHED_YIELD) THREADLIBS="$THREADLIBS -lrt" - THREADSPECS="$THREADSPECS -lrt"], [ + THREADSPEC="$THREADSPEC -lrt"], [ AC_CHECK_LIB(posix4, sched_yield, [ AC_DEFINE(HAVE_SCHED_YIELD) THREADLIBS="$THREADLIBS -lposix4" - THREADSPECS="$THREADSPECS -lposix4"])])]) + THREADSPEC="$THREADSPEC -lposix4"])])]) LIBS="$save_LIBS" # We require a way to get the time. -- 2.47.2