Changeset 20724

Show
Ignore:
Timestamp:
08/16/07 15:07:30 (1 year ago)
Author:
patrick
Message:

Quick hack for libftd2xx detection on Linux.

Files:

Legend:

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

    r20711 r20724  
    456456 
    457457   if test "x$PLATFORM" = "xLinux" ; then 
    458       FTD2XX_LIBS="$FTD2XX_LIBS -lusb
    459       gadget_ftd2xx_extra_libs='-lusb
     458      FTD2XX_LIBS="$FTD2XX_LIBS -lusb -ldl
     459      gadget_ftd2xx_extra_libs='-pthread -lusb -ldl
    460460   fi 
    461461