From 468c2f7f36c4f2289193c4afc440fb1bb09a2df0 Mon Sep 17 00:00:00 2001 From: simon75j Date: Thu, 7 May 2009 18:30:29 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@74 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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