+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
EOF
THREADLIBS="$THREADLIBS -lrt"
- THREADSPECS="$THREADSPECS -lrt"
+ THREADSPEC="$THREADSPEC -lrt"
else
echo "$ac_t""no" 1>&6
EOF
THREADLIBS="$THREADLIBS -lposix4"
- THREADSPECS="$THREADSPECS -lposix4"
+ THREADSPEC="$THREADSPEC -lposix4"
else
echo "$ac_t""no" 1>&6
fi
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.