]> err.no Git - yubikey-personalization/commitdiff
Don't need that external library right now
authorlevitte <levitte@b62f149e-849f-11dd-9899-c7ba65f7c4c7>
Thu, 18 Sep 2008 15:10:16 +0000 (15:10 +0000)
committerlevitte <levitte@b62f149e-849f-11dd-9899-c7ba65f7c4c7>
Thu, 18 Sep 2008 15:10:16 +0000 (15:10 +0000)
git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@8 b62f149e-849f-11dd-9899-c7ba65f7c4c7

configure.ac

index 6443aefeb3827eaab31b3bd90336d73f3d0bb37c..7ff9e4d8b98a41844c348a76cca0c90f503db450 100644 (file)
@@ -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