From: Vadim Zeitlin Date: Thu, 26 Jul 2007 16:27:29 +0000 (+0000) Subject: re-disable Universal Mac builds by default X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/57309d141532a278a041fae19c60e9be9cced47e?ds=inline re-disable Universal Mac builds by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index f5af2c1380..74940456e4 100755 --- a/configure +++ b/configure @@ -2942,6 +2942,8 @@ DEFAULT_wxUSE_TAB_DIALOG=no DEFAULT_wxUSE_UNICODE_UTF8=auto DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no +DEFAULT_wxUSE_UNIVERSAL_BINARY=no + DEFAULT_wxUSE_OFFICIAL_BUILD=no DEFAULT_wxUSE_GTK2=yes diff --git a/configure.in b/configure.in index c796843a03..4372b556b4 100644 --- a/configure.in +++ b/configure.in @@ -391,6 +391,9 @@ DEFAULT_wxUSE_TAB_DIALOG=no DEFAULT_wxUSE_UNICODE_UTF8=auto DEFAULT_wxUSE_UNICODE_UTF8_LOCALE=no +dnl Mac/Cocoa users need to enable building universal binaries explicitly +DEFAULT_wxUSE_UNIVERSAL_BINARY=no + DEFAULT_wxUSE_OFFICIAL_BUILD=no dnl Applicable only when --with-gtk was used: