comparison configure.in @ 402:7efee6e36f00

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 11 Jun 2002 19:43:04 +0000
parents 19f9079728f9
children 8d431937739d
comparison
equal deleted inserted replaced
401:19f9079728f9 402:7efee6e36f00
1571 #include <libusbhid.h> 1571 #include <libusbhid.h>
1572 #endif 1572 #endif
1573 ],[ 1573 ],[
1574 struct report_desc *repdesc; 1574 struct report_desc *repdesc;
1575 struct usb_ctl_report *repbuf; 1575 struct usb_ctl_report *repbuf;
1576 enum hid_kind hidkind; 1576 hid_kind_t hidkind;
1577 ],[ 1577 ],[
1578 have_usbhid=yes 1578 have_usbhid=yes
1579 ]) 1579 ])
1580 AC_MSG_RESULT($have_usbhid) 1580 AC_MSG_RESULT($have_usbhid)
1581 1581