Changeset 20618
- Timestamp:
- 08/01/07 11:24:07 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/gadgeteer/drivers/configure.ac
r20571 r20618 381 381 VRPNLIBDIR='powerpc_aix' 382 382 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 388 398 elif test "x$PLATFORM" = "xSolaris" ; then 389 399 case $target_cpu in
