| configure.ac (a835cb2e) | configure.ac (7805e674) |
|---|---|
| 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 1144 unchanged lines hidden (view full) --- 1153 AC_MSG_WARN([Disabling gtk-quickstarter - not supported on Mac. Use --disable-systray]) 1154 echo "Disabling gtk-quickstarter - not supported on Mac. Use --disable-systray" >>warn 1155 enable_systray=no 1156 fi 1157 if test ! -n "$CC"; then 1158 CC="`xcrun -f clang` -arch x86_64" 1159 fi 1160 if test ! -n "$CXX"; then | 1dnl * ************************************************************* 2dnl * 3dnl * Licensed to the Apache Software Foundation (ASF) under one 4dnl * or more contributor license agreements. See the NOTICE file 5dnl * distributed with this work for additional information 6dnl * regarding copyright ownership. The ASF licenses this file 7dnl * to you under the Apache License, Version 2.0 (the 8dnl * "License"); you may not use this file except in compliance --- 1144 unchanged lines hidden (view full) --- 1153 AC_MSG_WARN([Disabling gtk-quickstarter - not supported on Mac. Use --disable-systray]) 1154 echo "Disabling gtk-quickstarter - not supported on Mac. Use --disable-systray" >>warn 1155 enable_systray=no 1156 fi 1157 if test ! -n "$CC"; then 1158 CC="`xcrun -f clang` -arch x86_64" 1159 fi 1160 if test ! -n "$CXX"; then |
| 1161 CXX="`xcrun -f clang++` -arch x86_64" | 1161 CXX="`xcrun -f clang++` -stdlib=libc++ -arch x86_64" |
| 1162 fi 1163 # Don't use OSVERSION until we know no conflicts result from it 1164 _darwin_version="`uname -r | $AWK -F . '{ print $1 }'`" 1165 _osx_version="10.`expr $_darwin_version - 4`" 1166 AC_MSG_NOTICE([Detected Darwin version: $_darwin_version ($_osx_version)]) 1167 ;; 1168 os2*) 1169 test_x=no --- 6318 unchanged lines hidden --- | 1162 fi 1163 # Don't use OSVERSION until we know no conflicts result from it 1164 _darwin_version="`uname -r | $AWK -F . '{ print $1 }'`" 1165 _osx_version="10.`expr $_darwin_version - 4`" 1166 AC_MSG_NOTICE([Detected Darwin version: $_darwin_version ($_osx_version)]) 1167 ;; 1168 os2*) 1169 test_x=no --- 6318 unchanged lines hidden --- |