From 262f013456cfa2797f8193b4975776850a478bb1 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Tue, 29 May 2007 23:24:27 +0000 Subject: Data.PackedString: Data.Generics is GHC-only --- libraries/base/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libraries/base/configure.ac') diff --git a/libraries/base/configure.ac b/libraries/base/configure.ac index 7d37993692..50aa887edf 100644 --- a/libraries/base/configure.ac +++ b/libraries/base/configure.ac @@ -20,7 +20,7 @@ dnl ** check for full ANSI header (.h) files AC_HEADER_STDC # check for specific header (.h) files that we are interested in -AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h limits.h signal.h sys/resource.h sys/select.h sys/syscall.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/utsname.h sys/wait.h termios.h time.h utime.h windows.h winsock.h]) +AC_CHECK_HEADERS([ctype.h dirent.h errno.h fcntl.h inttypes.h limits.h signal.h sys/resource.h sys/select.h sys/stat.h sys/syscall.h sys/time.h sys/timeb.h sys/timers.h sys/times.h sys/types.h sys/utsname.h sys/wait.h termios.h time.h unistd.h utime.h windows.h winsock.h]) # Enable large file support. Do this before testing the types ino_t, off_t, and # rlim_t, because it will affect the result of that test. -- cgit v1.2.1