configure.ac (b1c6a57b) configure.ac (3f8266ee)
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

--- 1140 unchanged lines hidden (view full) ---

1149 test_freetype=no
1150 test_gstreamer=no
1151 _os=Darwin
1152 if test "$enable_systray" = "yes" && test "$enable_gtk" != "no"; then
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
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

--- 1140 unchanged lines hidden (view full) ---

1149 test_freetype=no
1150 test_gstreamer=no
1151 _os=Darwin
1152 if test "$enable_systray" = "yes" && test "$enable_gtk" != "no"; then
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 SDKROOT="`xcrun --sdk macosx --show-sdk-path`"
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++` -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 }'`"

--- 6326 unchanged lines hidden ---
1158 if test ! -n "$CC"; then
1159 CC="`xcrun -f clang` -arch x86_64"
1160 fi
1161 if test ! -n "$CXX"; then
1162 CXX="`xcrun -f clang++` -stdlib=libc++ -arch x86_64"
1163 fi
1164 # Don't use OSVERSION until we know no conflicts result from it
1165 _darwin_version="`uname -r | $AWK -F . '{ print $1 }'`"

--- 6326 unchanged lines hidden ---