You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/11/07 15:25:25 UTC

svn commit: r1198745 - /commons/proper/daemon/trunk/src/native/unix/support/apsupport.m4

Author: mturk
Date: Mon Nov  7 14:25:25 2011
New Revision: 1198745

URL: http://svn.apache.org/viewvc?rev=1198745&view=rev
Log:
Typo

Modified:
    commons/proper/daemon/trunk/src/native/unix/support/apsupport.m4

Modified: commons/proper/daemon/trunk/src/native/unix/support/apsupport.m4
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/support/apsupport.m4?rev=1198745&r1=1198744&r2=1198745&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/support/apsupport.m4 (original)
+++ commons/proper/daemon/trunk/src/native/unix/support/apsupport.m4 Mon Nov  7 14:25:25 2011
@@ -83,7 +83,7 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
     HOST_CPU=$host_cpu;;
   i?86)
-    if [ $supported_os = hp-ux]
+    if test "$supported_os" = "hp-ux"
     then
         CFLAGS="$CFLAGS -milp32 -DCPU=\\\"IA64N\\\" -DSO_EXT=\\\"so\\\""
     else
@@ -119,12 +119,12 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
     supported_os="mipsel"
     HOST_CPU=mipsel;;
   ia64)
-    if [ $supported_os = hp-ux]
+    if test "$supported_os" = "hp-ux"
     then
         CFLAGS="$CFLAGS -mlp64 -DCPU=\\\"IA64W\\\" -DSO_EXT=\\\"so\\\""
     else
         CFLAGS="$CFLAGS -DCPU=\\\"ia64\\\""
-    endif
+    fi
     HOST_CPU=ia64;;
   s390)
     CFLAGS="$CFLAGS -DCPU=\\\"s390\\\""