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 2013/03/26 13:30:55 UTC

svn commit: r1461085 - /commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4

Author: mturk
Date: Tue Mar 26 12:30:54 2013
New Revision: 1461085

URL: http://svn.apache.org/r1461085
Log:
Fix typo

Modified:
    commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4

Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4?rev=1461085&r1=1461084&r2=1461085&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4 (original)
+++ commons/proper/daemon/branches/1.0.x/src/native/unix/support/apsupport.m4 Tue Mar 26 12:30:54 2013
@@ -142,11 +142,11 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
     then
         if test "x$GCC" = "xyes"
         then
-            CFLAGS="$CFLAGS +DD32 -DCPU=\\\"IA64N\\\" -DSO_EXT=\\\"so\\\""
-            LDFLAGS="$LDFLAGS +DD32"
-        else
             CFLAGS="$CFLAGS -milp32 -DCPU=\\\"IA64N\\\" -DSO_EXT=\\\"so\\\""
             LDFLAGS="$LDFLAGS -milp32"
+        else
+            CFLAGS="$CFLAGS +DD32 -DCPU=\\\"IA64N\\\" -DSO_EXT=\\\"so\\\""
+            LDFLAGS="$LDFLAGS +DD32"
         fi
         HOST_CPU=IA64N
     else