Skip to content

Commit eee0c93

Browse files
committed
Correct tab-vs-spaces formatting issue.
1 parent ae53183 commit eee0c93

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

configure

+4-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+4-9
Original file line numberDiff line numberDiff line change
@@ -704,15 +704,10 @@ AC_ARG_WITH(
704704
[Enable any patches required for compiliance with app stores.
705705
Optional PATCH-FILE specifies the custom patch to apply.]
706706
)],[
707-
case "$withval" in
708-
yes)
707+
case "$withval" in
708+
yes)
709709
case $ac_sys_system in
710-
Darwin)
711-
APP_STORE_COMPLIANCE_PATCH="Mac/Resources/app-store-compliance.patch"
712-
APP_STORE_COMPLIANCE_PATCH_TARGET="app-store-compliance"
713-
APP_STORE_COMPLIANCE_PATCH_FLAGS=
714-
;;
715-
iOS)
710+
Darwin|iOS)
716711
# iOS is able to share the macOS patch
717712
APP_STORE_COMPLIANCE_PATCH="Mac/Resources/app-store-compliance.patch"
718713
APP_STORE_COMPLIANCE_PATCH_TARGET="app-store-compliance"
@@ -733,7 +728,7 @@ AC_ARG_WITH(
733728
case $ac_sys_system in
734729
iOS)
735730
# Always apply the compliance patch on iOS; we can use the macOS patch
736-
APP_STORE_COMPLIANCE_PATCH="iOS/Resources/app-store-compliance.patch"
731+
APP_STORE_COMPLIANCE_PATCH="Mac/Resources/app-store-compliance.patch"
737732
APP_STORE_COMPLIANCE_PATCH_TARGET="app-store-compliance"
738733
APP_STORE_COMPLIANCE_PATCH_FLAGS=
739734
AC_MSG_RESULT(["applying default app store compliance patch"])

0 commit comments

Comments
 (0)