added -L/usr/lib for HP-UX shared lib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-03-31 14:30:58 +00:00
parent dbb6642ba2
commit 864714b947
2 changed files with 282 additions and 277 deletions

530
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -2002,6 +2002,9 @@ if test "$wxUSE_SHARED" = "yes"; then
SHARED_LD="${CC} -shared -fPIC -o" SHARED_LD="${CC} -shared -fPIC -o"
PIC_FLAG="-fPIC" PIC_FLAG="-fPIC"
else else
dnl no idea why it wants it, but it does
LDFLAGS="-L/usr/lib"
SHARED_LD="${CXX} -b -o" SHARED_LD="${CXX} -b -o"
PIC_FLAG="+Z" PIC_FLAG="+Z"
fi fi