From 8f43b958070d22e1f8f02cbd2e12ddb9f41688fc Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Sun, 16 Mar 2003 06:35:11 +0000 Subject: [PATCH] Remove -std1 flag from dec unix compiles to avoid conflicts with gtk headers when gtk isn't built with strict ansi compliance. Bug #192213 r=wtc --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 117d0356941..97817b9e674 100644 --- a/configure.in +++ b/configure.in @@ -1322,8 +1322,8 @@ alpha*-*-osf*) DSO_LDOPTS='-shared -Wl,-soname -Wl,$@' else MOZ_DEBUG_FLAGS='-g3' - ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g -std1' - CFLAGS="$CFLAGS -std1 -ieee" + ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g' + CFLAGS="$CFLAGS -ieee" CXXFLAGS="$CXXFLAGS "'-noexceptions -ieee -ptr $(DIST)/cxx_repository' DSO_LDOPTS='-shared -msym -expect_unresolved \* -soname $@ -update_registry $(DIST)/so_locations' DSO_CFLAGS=