pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/configure.ac


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/configure.ac
Date: Thu, 27 Jan 2005 18:45:59 -0500

Index: pspp/configure.ac
diff -u pspp/configure.ac:1.23 pspp/configure.ac:1.24
--- pspp/configure.ac:1.23      Fri Jan  7 00:17:19 2005
+++ pspp/configure.ac   Thu Jan 27 23:45:58 2005
@@ -86,7 +86,8 @@
 
 AC_C_CONST
 AC_C_INLINE
-AC_TYPE_OFF_T
+dnl  Dont use AC_TYPE_OFF_T --- it doesnt generate the HAVE_TYPE macro
+AC_CHECK_TYPES(off_t) 
 AC_TYPE_SIZE_T
 AC_STRUCT_TM
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]