| configure.ac (2e39503f) | configure.ac (221de5ad) |
|---|---|
| 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 --- 1136 unchanged lines hidden (view full) --- 1145 enable_systray=no 1146 fi 1147 if test ! -n "$CC"; then 1148 CC="`xcrun -f clang` -arch x86_64" 1149 fi 1150 if test ! -n "$CXX"; then 1151 CXX="`xcrun -f clang++` -arch x86_64 -std=c++11" 1152 fi | 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 --- 1136 unchanged lines hidden (view full) --- 1145 enable_systray=no 1146 fi 1147 if test ! -n "$CC"; then 1148 CC="`xcrun -f clang` -arch x86_64" 1149 fi 1150 if test ! -n "$CXX"; then 1151 CXX="`xcrun -f clang++` -arch x86_64 -std=c++11" 1152 fi |
| 1153 # Don't use OSVERSION until we know no conflicts result from it 1154 _darwin_version="`uname -r | $AWK -F . '{ print $1 }'`" 1155 _osx_version="10.`expr $_darwin_version - 4`" 1156 AC_MSG_NOTICE([Detected Darwin version: $_darwin_version ($_osx_version)]) |
|
| 1153 ;; 1154 os2*) 1155 test_x=no 1156 test_cups=no 1157 test_randr=no 1158 test_gtk=no 1159 test_freetype=no 1160 test_gstreamer=no --- 6112 unchanged lines hidden --- | 1157 ;; 1158 os2*) 1159 test_x=no 1160 test_cups=no 1161 test_randr=no 1162 test_gtk=no 1163 test_freetype=no 1164 test_gstreamer=no --- 6112 unchanged lines hidden --- |