Automated update

This commit is contained in:
briano%netscape.com 1999-11-18 03:00:19 +00:00
parent e9e854fcac
commit 2a19a06008

2
configure vendored
View File

@ -4024,7 +4024,7 @@ EOF
*-hpux*)
DLL_SUFFIX="sl"
if test ! "$GNU_CC"; then
DSO_LDOPTS='-b -Wl,+s -L$(DIST)/bin -Wl,-Bsymbolic'
DSO_LDOPTS='-b -Wl,+s -L$(DIST)/bin'
DSO_CFLAGS=""
DSO_PIC_CFLAGS="+Z"
MKSHLIB='$(CXX) $(DSO_LDOPTS)'