From d00db53a12d253fd71d400e413f73817fa43289e Mon Sep 17 00:00:00 2001 From: Morten Johan Sorvig Date: Fri, 17 Feb 2012 14:21:37 +0100 Subject: Don't force CFG_ENDIAN to "auto" on Mac. We no longer support universal ppc/x86 builds. Change-Id: I8c4a1d087d02da1ad80d91a7a04147b37e81d74f Reviewed-by: Oswald Buddenhagen --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 0687bd5021..ce7e2fb48a 100755 --- a/configure +++ b/configure @@ -5948,8 +5948,6 @@ fi if [ "$CFG_ENDIAN" = "auto" ]; then if [ "$XPLATFORM_MINGW" = "yes" ]; then CFG_ENDIAN="Q_LITTLE_ENDIAN" - elif [ "$BUILD_ON_MAC" = "yes" ]; then - true #leave as auto else "$unixtests/endian.test" "$XQMAKESPEC" $OPT_VERBOSE "$relpath" "$outpath" "QMAKE_LFLAGS+=$SYSROOT_FLAG" F="$?" -- cgit v1.2.3