Changeset: c97447776cbf for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c97447776cbf
Modified Files:
        configure.ag
Branch: Jul2017
Log Message:

Extended the fix for fdatasync on macOS to include Darwin 17, which came with 
High Sierra


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2699,7 +2699,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 
 #    checks for library functions
 AS_CASE([$host],
-       [*-darwin1[[0123456]]*], [
+       [*-darwin1[[01234567]]*], [
                # OSX 10.6 (Snow Leopard) and up somehow makes
                # configure believe that fdatasync exists, in
                # reality however, it does not on this platform.
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to