Changeset: a5c77d33ec25 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a5c77d33ec25
Modified Files:
configure.ag
Branch: Aug2011
Log Message:
configure: OSX Lion has the same fdatasync quirk as Snow Leopard
diffs (17 lines):
diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2474,9 +2474,10 @@ AC_COMPILE_IFELSE(
dnl checks for library functions
case $host in
- *-darwin10*)
- # OSX 10.6 (Snow Leopard) somehow makes configure believe that
fdatasync
- # exists, in reality however, it does not on this platform.
+ *-darwin1[01234]*)
+ # OSX 10.6 (Snow Leopard) and up somehow makes configure believe
+ # that fdatasync exists, in reality however, it does not on this
+ # platform.
ac_cv_func_fdatasync=no
;;
*)
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list