summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 05:31:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-05-29 05:31:46 +0000
commit700b9116a80ae8457538e2c617ddb715ac54abaf (patch)
tree182fdd94017fbc7f98ddf2a87bb5dbaa19708b0d /testsuites/psxtests/configure.ac
parent2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-700b9116a80ae8457538e2c617ddb715ac54abaf.tar.bz2
2010-05-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add AC_CHECK_SIZEOF(off_t). * include/pmacros.h: Add PRIdoff_t.
Diffstat (limited to 'testsuites/psxtests/configure.ac')
-rw-r--r--testsuites/psxtests/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac
index 976b1b6088..01d8201b79 100644
--- a/testsuites/psxtests/configure.ac
+++ b/testsuites/psxtests/configure.ac
@@ -53,6 +53,9 @@ AC_CHECK_DECLS([adjtime],[],[],[[#include <sys/time.h>]])
# RTEMS provides a stub, despite newlib doesn't have sys/mman.h
AC_CHECK_DECLS([mprotect],[],[],[[#include <sys/mman.h>]])
+# FIXME: We should get rid of this. It's a cludge.
+AC_CHECK_SIZEOF([off_t])
+
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
psx01/Makefile