diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-02 21:01:49 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-02 21:01:49 +0100 |
commit | f414a697dc7fa97aeaf80f9ea157cf07c2a07405 (patch) | |
tree | a6bd6922e5fd8f9442f3f4f03d2293309bd4a3b2 | |
parent | fa333fe2dc2e77ce69d0e212f65106df25b0c07d (diff) | |
download | xine-lib-f414a697dc7fa97aeaf80f9ea157cf07c2a07405.tar.gz xine-lib-f414a697dc7fa97aeaf80f9ea157cf07c2a07405.tar.bz2 |
Mac OS X universal build should be disabled by default.
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b806d0f36..961698141 100644 --- a/configure.ac +++ b/configure.ac @@ -103,7 +103,8 @@ test "$host" == "$build" && check_athlon=yes AC_CONFIG_HEADERS([config.h]) AC_ARG_ENABLE([macosx-universal], - AS_HELP_STRING([--enable-macosx-universal], [build a Mac OS X univeral binary (ppc and x86)])) + AS_HELP_STRING([--enable-macosx-universal], [build a Mac OS X univeral binary (ppc and x86)]), + [], [enable_macosx_universal="no"]) if test x"$enable_macosx_universal" != x"no" ; then case "$host_os" in *darwin*) |