From 2108335d893651078e619f9bcbce491c06273def Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Sat, 17 Apr 1999 01:44:36 +0000 Subject: [PATCH] Automated update git-svn-id: svn://10.0.0.236/trunk@27970 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/configure b/mozilla/configure index eb8c7ec0542..3045ba73e0c 100755 --- a/mozilla/configure +++ b/mozilla/configure @@ -2573,9 +2573,9 @@ case "$target" in *-*-aix*) if test ! "$GNU_CC"; then DSO_LDOPTS='-ldl -bM:SRE -brtl -berok -bexpall -bnoentry -L$(DIST)/lib' - DSO_CFLAGS='-DPIC -brtl -qnortti -qflag=w:w' + DSO_CFLAGS='-DPIC -brtl -qflag=w:w' fi - MKSHLIB='/usr/ibmcxx/bin/makeC++SharedLib_r -p1 -brtl -berok --' + MKSHLIB='makeC++SharedLib_r -p1 -brtl -berok --' ;; *-*-solaris*)