From: 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_0.97-1~153 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46f7908b867d4a8bf9ac327192780fb39f4f6fbe;p=yubikey-personalization Don't need that external library right now git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@8 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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