Displaying 1 result from an estimated 1 matches for "have_libusb".
Did you mean:
have_libtsk
2006 Dec 04
1
Re: [nut-commits] svn commit r609 - trunk
...arles Lepple wrote:
>
> Author: clepple-guest
> Date: Mon Dec 4 03:00:57 2006
> New Revision: 609
>
> Modified:
> trunk/ChangeLog
> trunk/configure.in
> Log:
> Undoing changeset [608]. It fails with this error:
>
> configure: error: conditional "HAVE_LIBUSB" was never defined.
> Usually this means the macro was only invoked conditionally.
>
> if --with-usb is not passed. Not sure why; the HIDDEV macro is defined
> conditionally, and I definitely don't have hiddev on OS X. I will revisit this
> when I am more awake.
This ju...