You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2005/01/03 11:17:24 UTC

cvs commit: jakarta-commons/daemon/src/native/unix/support apsupport.m4

jfclere     2005/01/03 02:17:24

  Modified:    daemon/src/native/unix/support apsupport.m4
  Log:
  Fix bug 27523 Thanks to Tom Emerson tree at basistech dot cos...
  
  Revision  Changes    Path
  1.7       +3 -1      jakarta-commons/daemon/src/native/unix/support/apsupport.m4
  
  Index: apsupport.m4
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/src/native/unix/support/apsupport.m4,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- apsupport.m4	5 Nov 2004 16:53:10 -0000	1.6
  +++ apsupport.m4	3 Jan 2005 10:17:24 -0000	1.7
  @@ -28,6 +28,8 @@
       CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\"" ;;
     i?86)
       CFLAGS="$CFLAGS -DCPU=\\\"i386\\\"" ;;
  +  x86_64)
  +    CFLAGS="$CFLAGS -DCPU=\\\"amd64\\\"" ;;
     bs2000)
       CFLAGS="$CFLAGS -DCPU=\\\"osd\\\" -DCHARSET_EBCDIC -DOSD_POSIX"
       supported_os="osd"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org