* configure: Rebuilt.
* configure.ac (HAVE_CLOCK_GETTIME): Put -lrt in THREADLIBS as
well.
From-SVN: r111912
+2006-03-09 Tom Tromey <tromey@redhat.com>
+
+ * configure: Rebuilt.
+ * configure.ac (HAVE_CLOCK_GETTIME): Put -lrt in THREADLIBS as
+ well.
+
2006-03-09 Tom Tromey <tromey@redhat.com>
PR libgcj/24461:
case "$THREADSPEC" in
*-lrt*) ;;
- *) THREADSPEC="$THREADSPEC -lrt" ;;
+ *)
+ THREADSPEC="$THREADSPEC -lrt"
+ THREADLIBS="$THREADLIBS -lrt"
+ ;;
esac
fi
AC_DEFINE(HAVE_CLOCK_GETTIME, 1, [Define if you have clock_gettime()])
case "$THREADSPEC" in
*-lrt*) ;;
- *) THREADSPEC="$THREADSPEC -lrt" ;;
+ *)
+ THREADSPEC="$THREADSPEC -lrt"
+ THREADLIBS="$THREADLIBS -lrt"
+ ;;
esac])
LIBS="$save_LIBS"