From b47a7ccb8d8b82a3cea8b61c526d60e484743cc1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Sep 2011 01:55:27 +0000 Subject: =?UTF-8?q?2011-09-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * configure.ac: Check for size of time_t. --- testsuites/samples/configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/samples/configure.ac') diff --git a/testsuites/samples/configure.ac b/testsuites/samples/configure.ac index 22f6b5a49d..97b3d9e143 100644 --- a/testsuites/samples/configure.ac +++ b/testsuites/samples/configure.ac @@ -55,6 +55,9 @@ AM_CONDITIONAL([CXXTESTS],[test $CXXTESTS = "yes"]) AM_CONDITIONAL(NETTESTS,test "$rtems_cv_RTEMS_NETWORKING" = "yes") AM_CONDITIONAL(MPTESTS,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes") +# FIXME: We should get rid of this. It's a cludge. +AC_CHECK_SIZEOF([time_t]) + # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile base_sp/Makefile -- cgit v1.2.3