From 1edf333a19e91cc3fb643fad7daca8ec777a797c Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 7 May 2009 18:30:29 +0000 Subject: [PATCH] Fix typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ad82765..5801933 100644 --- a/configure.ac +++ b/configure.ac @@ -67,7 +67,7 @@ AC_MSG_RESULT([$with_backend]) AM_CONDITIONAL([BACKEND_LIBUSB], test x$with_backend = xlibusb) AM_CONDITIONAL([BACKEND_OSX], test x$with_backend = xosx) -if test x$with_backend = libusb; then +if test x$with_backend = xlibusb; then AC_LIB_HAVE_LINKFLAGS(usb,, [#include ], [usb_init()]) if test "$ac_cv_libusb" != yes; then AC_MSG_ERROR([libusb not found, please install usb.h and libusb.so]) -- 2.39.5