- Timestamp:
- 08/11/03 09:53:54 (5 years ago)
- Files:
-
- 1 modified
-
releases/openct-0.1.0/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/openct-0.1.0/configure.ac
r297 r314 5 5 6 6 AM_PROG_LIBTOOL 7 8 AC_CANONICAL_HOST 9 case "$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 ;; 16 esac 7 17 8 18 PCSC_MSG=no
