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
|
||||
morphos*)
|
||||
dnl Don't use tput on MorphOS: The colored
|
||||
dnl output is quite unreadable and in some
|
||||
dnl MorphOS versions, the output from tput is
|
||||
dnl not 8-bit safe, with awk (for AC_SUBST)
|
||||
dnl failing as a result.
|
||||
dnl Don't use tput on MorphOS: The colored output is
|
||||
dnl quite unreadable and in some MorphOS versions the
|
||||
dnl output from tput is not 8-bit safe, with awk (for
|
||||
dnl AC_SUBST) failing as a result.
|
||||
;;
|
||||
*)
|
||||
AC_PATH_PROG(TPUT, tput)
|
||||
|
@ -128,8 +127,7 @@ AC_DEFUN([BUILDSYS_CHECK_IOS], [
|
|||
AC_EGREP_CPP(yes, [
|
||||
#include <TargetConditionals.h>
|
||||
|
||||
#if (defined(TARGET_OS_IPHONE) && \
|
||||
TARGET_OS_IPHONE) || \
|
||||
#if (defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE) || \
|
||||
(defined(TARGET_OS_SIMULATOR) && \
|
||||
TARGET_OS_SIMULATOR)
|
||||
yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue