From: Gilles Depeyrot Date: Thu, 5 Sep 2002 12:28:30 +0000 (+0000) Subject: corrected HPUX specific test X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ad2622f15d6cb0e3b4cea8f888f22ad1d7823e08?ds=inline corrected HPUX specific test git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 77d9c6e27e..e32266b8b2 100755 --- a/configure +++ b/configure @@ -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" diff --git a/configure.in b/configure.in index ab6d0a1231..f5bb406ea6 100644 --- a/configure.in +++ b/configure.in @@ -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