Changeset: cd4eb2e99c0a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=cd4eb2e99c0a
Modified Files:
configure.ag
Branch: Mar2011
Log Message:
configure: run AC_SYS_LARGEFILE check early
AC_SYS_LARGEFILE = enable 64-bits file offsets
check this early, since it breaks other stuff (in particular on
Solaris), which we do not want to detect as usable further on in the
configure script in that case
diffs (22 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -377,6 +377,10 @@
# autoconf-2.60: enable extensions on systems that normally disable them
AC_USE_SYSTEM_EXTENSIONS()
+# enable 64-bits file offsets, check this early, since it breaks other
+# stuff (in particular on Solaris), which we do not want to detect as
+# usable below in that case
+AC_SYS_LARGEFILE
AC_PROG_CPP()
dnl check for compiler (also set GCC (yes/no)).
@@ -2979,7 +2983,6 @@
dnl checks for structures
dnl checks for compiler characteristics
-AC_SYS_LARGEFILE
AC_C_CONST
AC_C_INLINE
AC_COMPILE_IFELSE([AC_LANG_SOURCE([int foo(int * restrict p) { return *p; }])],
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list