]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure: Rebuilt.
authorTom Tromey <tromey@cygnus.com>
Fri, 10 Sep 1999 01:21:06 +0000 (01:21 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 10 Sep 1999 01:21:06 +0000 (01:21 +0000)
* configure: Rebuilt.
* configure.in: Fixed typo; variable is THREADSPEC and not
THREADSPECS.

From-SVN: r29254

libjava/ChangeLog
libjava/configure
libjava/configure.in

index ae7921e8b14c4e59c48eab3e53ec7d1f3469f5e8..5f938b1ba97796a3d60cb664d1e7cbe028575947 100644 (file)
@@ -1,3 +1,9 @@
+1999-09-09  Tom Tromey  <tromey@cygnus.com>
+
+       * configure: Rebuilt.
+       * configure.in: Fixed typo; variable is THREADSPEC and not
+       THREADSPECS.
+
 1999-08-21  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * configure.in: Check for in_addr_t in netinet/in.h too.  Check
index 2e5ae8c5c3abe2231629523c71a2209e94610197..8708e868ba35befbafe36b57d40ecd725ebe88a2 100755 (executable)
@@ -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
index 557cf4ec7d5b875032eeb5eada4f53a50954d141..b3514246a9dab1734e1353f40f5eda57e8a48af6 100644 (file)
@@ -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.