Style change: Don't indent cases
FossilOrigin-Name: 8bd9a9831b530887ada806b1e4780d7de929f9e17c2de9806b194a8fdec1ce8c
This commit is contained in:
parent
766a8158c0
commit
c1c320628c
2 changed files with 183 additions and 185 deletions
|
@ -51,11 +51,10 @@ AC_DEFUN([BUILDSYS_INIT], [
|
||||||
|
|
||||||
case "$build_os" in
|
case "$build_os" in
|
||||||
morphos*)
|
morphos*)
|
||||||
dnl Don't use tput on MorphOS: The colored
|
dnl Don't use tput on MorphOS: The colored output is
|
||||||
dnl output is quite unreadable and in some
|
dnl quite unreadable and in some MorphOS versions the
|
||||||
dnl MorphOS versions, the output from tput is
|
dnl output from tput is not 8-bit safe, with awk (for
|
||||||
dnl not 8-bit safe, with awk (for AC_SUBST)
|
dnl AC_SUBST) failing as a result.
|
||||||
dnl failing as a result.
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_PATH_PROG(TPUT, tput)
|
AC_PATH_PROG(TPUT, tput)
|
||||||
|
@ -128,8 +127,7 @@ AC_DEFUN([BUILDSYS_CHECK_IOS], [
|
||||||
AC_EGREP_CPP(yes, [
|
AC_EGREP_CPP(yes, [
|
||||||
#include <TargetConditionals.h>
|
#include <TargetConditionals.h>
|
||||||
|
|
||||||
#if (defined(TARGET_OS_IPHONE) && \
|
#if (defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE) || \
|
||||||
TARGET_OS_IPHONE) || \
|
|
||||||
(defined(TARGET_OS_SIMULATOR) && \
|
(defined(TARGET_OS_SIMULATOR) && \
|
||||||
TARGET_OS_SIMULATOR)
|
TARGET_OS_SIMULATOR)
|
||||||
yes
|
yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue