Fix DSO_LDOPTS for AIX (4.2 for now).

This commit is contained in:
briano%netscape.com 1999-02-18 02:49:42 +00:00
parent 41ae4390f6
commit c6eb1179e1

View File

@ -136,6 +136,9 @@ dnl ========================================================
case "$target" in
*-*-aix*)
DSO_CFLAGS=
if [ test "$GNU_CC" != 1 ]; then
DSO_LDOPTS='-brtl -bM:SRE -bnoentry -bexpall'
fi
;;
*-*-solaris*)