]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected HPUX specific test
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 5 Sep 2002 12:28:30 +0000 (12:28 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 5 Sep 2002 12:28:30 +0000 (12:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 77d9c6e27e4fe590bae4c80baaec480bc7330655..e32266b8b2dee233bb43dcfb130fbdc90bf60e0a 100755 (executable)
--- 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"
index ab6d0a12314413071b1456d2ffd294346fa8877a..f5bb406ea65521d2125b82c3eda1b7fd56a23820 100644 (file)
@@ -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