Changeset: 973a19d2d018 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=973a19d2d018
Modified Files:
        configure.ag
Branch: default
Log Message:

Compliation fix for clang 7.x


diffs (14 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1870,8 +1870,8 @@ if test "x$have_pthread" != xno; then
        save_LIBS="$LIBS"
        save_CPPFLAGS="$CPPFLAGS"
        case $GCC-$have_pthread-$CC_ver in
-               
yes-auto-clang-5.*|yes-yes-clang-5.*|yes-auto-clang-6.*|yes-yes-clang-6.*)
-                       # clang 5.*/6.* (Xcode 6.0) does not
+               
yes-auto-clang-5.*|yes-yes-clang-5.*|yes-auto-clang-6.*|yes-yes-clang-6.*|yes-auto-clang-7.*|yes-yes-clang-7.*)
+                       # clang 5.*/6.*/7.* (Xcode 6.0) does not
                        # seem to have / require -pthread as compiler
                        # option; on Mac OS X Yosamite, "Apple LLVM 
                        # version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to