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/psxtests/configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/psxtests/configure.ac') diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index 6e385b7ca7..9fe18ea5b6 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/psxtests/configure.ac @@ -78,6 +78,7 @@ AC_CHECK_DECLS([seteuid],[],[],[#include ]) AC_CHECK_SIZEOF([off_t]) AC_CHECK_SIZEOF([blksize_t]) AC_CHECK_SIZEOF([blkcnt_t]) +AC_CHECK_SIZEOF([time_t]) # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile -- cgit v1.2.3