corrected HPUX specific test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
57351df0a6
commit
ad2622f15d
2
configure
vendored
2
configure
vendored
@ -15260,7 +15260,7 @@ if test "$wxUSE_SHARED" = "yes"; then
|
||||
|
||||
case "${host}" in
|
||||
*-hp-hpux* )
|
||||
if test "$GCC" == "yes"; then
|
||||
if test "$GCC" = "yes"; then
|
||||
SHARED_LD="${SHARED_LD} ${PIC_FLAG}"
|
||||
else
|
||||
LDFLAGS="$LDFLAGS -L/usr/lib"
|
||||
|
@ -2672,7 +2672,7 @@ if test "$wxUSE_SHARED" = "yes"; then
|
||||
case "${host}" in
|
||||
*-hp-hpux* )
|
||||
dnl default settings are good for gcc but not for the native HP-UX
|
||||
if test "$GCC" == "yes"; then
|
||||
if test "$GCC" = "yes"; then
|
||||
SHARED_LD="${SHARED_LD} ${PIC_FLAG}"
|
||||
else
|
||||
dnl no idea why it wants it, but it does
|
||||
|
Loading…
Reference in New Issue
Block a user