From 6f707bde95dab6998ac204f9ee6c925ee230c740 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Thu, 6 May 2021 09:24:03 +0000 Subject: Issue #1751 -- Remove XP_MACOSX conditionals from the rest of the tree. This also removes some PP abuse and takes file entries out of PP when no longer needed without XP_MACOSX conditionals. --- js/src/old-configure.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'js/src/old-configure.in') diff --git a/js/src/old-configure.in b/js/src/old-configure.in index cea11a9831..48ece70974 100644 --- a/js/src/old-configure.in +++ b/js/src/old-configure.in @@ -1,5 +1,4 @@ dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; -*- -dnl vi: set tabstop=4 shiftwidth=4 expandtab syntax=m4: dnl This Source Code Form is subject to the terms of the Mozilla Public dnl License, v. 2.0. If a copy of the MPL was not distributed with this dnl file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -562,11 +561,6 @@ case "$host" in esac ;; -*-darwin*) - HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX -DXP_MACOSX" - HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O3}" - ;; - *-linux*|*-kfreebsd*-gnu|*-gnu*) HOST_CFLAGS="$HOST_CFLAGS -DXP_UNIX" HOST_OPTIMIZE_FLAGS="${HOST_OPTIMIZE_FLAGS=-O3}" -- cgit v1.2.3