Fix a typo in previous commit.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1424 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
9cb9f504ae
commit
d4b40ef6ee
|
@ -146,7 +146,7 @@ fi
|
||||||
AH_TEMPLATE([HAVE_LIBUSB_1_0],
|
AH_TEMPLATE([HAVE_LIBUSB_1_0],
|
||||||
[Define if USB support is enabled via a libusb-1.0 compatible libusb])
|
[Define if USB support is enabled via a libusb-1.0 compatible libusb])
|
||||||
AC_CHECK_LIB([usb], [libusb_init], [have_libusb_1_0=yes])
|
AC_CHECK_LIB([usb], [libusb_init], [have_libusb_1_0=yes])
|
||||||
if test x$have_libusb_1_0 = xyes test x$have_libusb_1_0 = xyes; then
|
if test x$have_libusb_1_0 = xyes && test x$enabled_libusb_1_0 = xyes; then
|
||||||
case $target in
|
case $target in
|
||||||
*-*-freebsd*)
|
*-*-freebsd*)
|
||||||
# FreeBSD 8+ has a native libusb-1.0 API compatible
|
# FreeBSD 8+ has a native libusb-1.0 API compatible
|
||||||
|
|
Loading…
Reference in New Issue