Changeset 3421

Show
Ignore:
Timestamp:
01/04/06 20:33:43 (3 years ago)
Author:
morris
Message:

Sync

Files:

Legend:

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

    r3341 r3421  
    14161416 
    14171417 
     1418wd_cpu=`arch` 
     1419 
    14181420cat >>confdefs.h <<_ACEOF 
    1419 #define WR_CPU "$host_cpu" 
     1421#define WR_CPU "$wd_cpu" 
    14201422_ACEOF 
    14211423 
  • wire/trunk/configure.in

    r3341 r3421  
    1212AC_DEFINE([WR_PROTOCOL_VERSION], ["1.1"], [Protocol version]) 
    1313AC_DEFINE([WR_BUGREPORT], ["AC_PACKAGE_BUGREPORT"], [Maintainer's email address]) 
    14 AC_DEFINE_UNQUOTED([WR_CPU], ["$host_cpu"], [Host CPU]) 
     14 
     15wd_cpu=`arch` 
     16AC_DEFINE_UNQUOTED([WR_CPU], ["$wd_cpu"], [Host CPU]) 
    1517 
    1618# These are used in the Makefile