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 14:28:15 UTC

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

Author: mturk
Date: Tue Mar 26 13:28:15 2013
New Revision: 1461123

URL: http://svn.apache.org/r1461123
Log:
Use correct flag for GCC

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=1461123&r1=1461122&r2=1461123&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 13:28:15 2013
@@ -63,8 +63,8 @@ AC_DEFUN(AP_SUPPORTED_HOST,[
   hpux32)
     if test "x$GCC" = "xyes"
     then
-        CFLAGS="$CFLAGS -pthread -mlp32"
-        LDFLAGS="$LDFLAGS -pthread -mlp32"
+        CFLAGS="$CFLAGS -pthread -milp32"
+        LDFLAGS="$LDFLAGS -pthread -milp32"
     else
         CFLAGS="$CFLAGS -mt +DD32"
         LDFLAGS="$LDFLAGS -mt +DD32"