From 46f7908b867d4a8bf9ac327192780fb39f4f6fbe Mon Sep 17 00:00:00 2001 From: levitte Date: Thu, 18 Sep 2008 15:10:16 +0000 Subject: [PATCH] Don't need that external library right now git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@8 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5