Author: mturk Date: Tue Mar 26 12:55:19 2013 New Revision: 1461099 URL: http://svn.apache.org/r1461099 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=1461099&r1=1461098&r2=1461099&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:55:19 2013 @@ -91,6 +91,8 @@ AC_DEFUN(AP_SUPPORTED_HOST,[ supported_os="hp-ux" if test "$host_cpu" = "ia64" then + host_cpu="ia64w" + else host_cpu="hppa2.0w" fi ;;