From 8c37f896496d2f8feb7c5e38e0964aefa02e9181 Mon Sep 17 00:00:00 2001 From: Edmund Wong Date: Mon, 25 Feb 2013 14:13:04 +0800 Subject: [PATCH] Backout 945662d34d67 (Bug 842918) to remove temporary fix. --- suite/confvars.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/suite/confvars.sh b/suite/confvars.sh index bc6139c9f4..a9f85fc27a 100755 --- a/suite/confvars.sh +++ b/suite/confvars.sh @@ -38,9 +38,7 @@ MOZ_SERVICES_SYNC=1 MOZ_URL_CLASSIFIER=1 # Disable WebRTC as we don't use it currently and to work around bug 837618 # for Mac -if test "$OS_ARCH" == "Darwin"; then - MOZ_WEBRTC= -fi +MOZ_WEBRTC= MOZ_APP_VERSION_TXT=${_topsrcdir}/$MOZ_BUILD_APP/config/version.txt MOZ_APP_VERSION=`cat $MOZ_APP_VERSION_TXT`