Changeset 3448

Show
Ignore:
Timestamp:
01/09/06 18:46:44 (3 years ago)
Author:
morris
Message:

Go back to host_cpu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trackerd/trunk/configure

    r3423 r3448  
    14251425 
    14261426 
    1427 wt_cpu=`arch` 
    1428  
    14291427cat >>confdefs.h <<_ACEOF 
    1430 #define WT_CPU "$wt_cpu" 
     1428#define WT_CPU "$host_cpu" 
    14311429_ACEOF 
    14321430 
  • trackerd/trunk/configure.in

    r3423 r3448  
    1212AC_DEFINE([WT_PROTOCOL_VERSION], ["1.0"], [Protocol version]) 
    1313AC_DEFINE([WT_BUGREPORT], ["AC_PACKAGE_BUGREPORT"], [Maintainer's email address]) 
    14  
    15 wt_cpu=`arch` 
    16 AC_DEFINE_UNQUOTED([WT_CPU], ["$wt_cpu"], [Host CPU]) 
     14AC_DEFINE_UNQUOTED([WT_CPU], ["$host_cpu"], [Host CPU]) 
    1715 
    1816# These are used in the Makefile