Automated update

git-svn-id: svn://10.0.0.236/trunk@27970 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-04-17 01:44:36 +00:00
parent c49ab4e3dd
commit 2108335d89

4
mozilla/configure vendored
View File

@@ -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*)