From: simon75j Date: Thu, 7 May 2009 18:30:29 +0000 (+0000) Subject: Fix typo. X-Git-Tag: yubikey-personalisation_0.97-1~93 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468c2f7f36c4f2289193c4afc440fb1bb09a2df0;p=yubikey-personalization Fix typo. git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@74 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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])