Changeset 314 for releases

Show
Ignore:
Timestamp:
08/11/03 09:53:54 (5 years ago)
Author:
okir
Message:

- autoconf test for new / old linux usb structures (aj)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/openct-0.1.0/configure.ac

    r297 r314  
    55 
    66AM_PROG_LIBTOOL 
     7 
     8AC_CANONICAL_HOST 
     9case "$host" in 
     10        *linux*) 
     11                AC_CHECK_MEMBER(struct usbdevfs_ctrltransfer.bRequestType, 
     12                                [AC_DEFINE(LINUX_NEWUSB,1,[new usb structure])], 
     13                                [], 
     14                                [#include <linux/usbdevice_fs.h>]) 
     15        ;; 
     16esac 
    717 
    818PCSC_MSG=no