Changeset 20618

Show
Ignore:
Timestamp:
08/01/07 11:24:07 (1 year ago)
Author:
patrick
Message:

Handle the case of VRPN on an Intel Mac. This is sort of ugly because VRPN
does not currently have explicit support for Intel Macs. That is, it doesn't
have a "pc_macosx" or "i386_macosx" build directory.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/gadgeteer/drivers/configure.ac

    r20571 r20618  
    381381      VRPNLIBDIR='powerpc_aix' 
    382382   elif test "x$PLATFORM" = "xDarwin" ; then 
    383       if test "x$ISA" = "xuniversal" ; then 
    384          VRPNLIBDIR='universal_macosx' 
    385       else 
    386          VRPNLIBDIR='powerpc_macosx' 
    387       fi 
     383      case $ISA in 
     384         universal) 
     385            VRPNLIBDIR='universal_macosx' 
     386            ;; 
     387         powerpc) 
     388            VRPNLIBDIR='powerpc_macosx' 
     389            ;; 
     390         *86) 
     391            # XXX: Currently, VRPN does not have explicit support for Intel 
     392            # Macs. Using its powerpc_macosx configuration to build works, 
     393            # though. 
     394            VRPNLIBDIR='powerpc_macosx' 
     395            #VRPNLIBDIR='pc_macosx' 
     396            ;; 
     397      esac 
    388398   elif test "x$PLATFORM" = "xSolaris" ; then 
    389399      case $target_cpu in