From: Simon Josefsson Date: Thu, 7 May 2009 18:30:29 +0000 (+0000) Subject: Fix typo. X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~158 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1edf333a19e91cc3fb643fad7daca8ec777a797c;p=yubikey-personalization.old Fix typo. --- 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])