From: Richard Levitte Date: Thu, 18 Sep 2008 15:10:16 +0000 (+0000) Subject: Don't need that external library right now X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~218 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5c1f06a1155fde839afe019ebd066b9e0cd78b;p=yubikey-personalization.old Don't need that external library right now --- diff --git a/configure.ac b/configure.ac index 6443aef..7ff9e4d 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ AC_PROG_CC AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL -AC_SEARCH_LIBS([yubikey_parse],[yubikey],,AC_MSG_FAILURE(libyubikey not found)) +#AC_SEARCH_LIBS([yubikey_parse],[yubikey],,AC_MSG_FAILURE(libyubikey not found)) AC_CONFIG_FILES(Makefile) AC_OUTPUT