From ed873a9eb5d3a74557d11e6bea7bcdef09fa2201 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 2 Dec 2014 18:58:19 +0100 Subject: build-sys: Remove unused WITH_SMARTCARD conditional --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e5468b2..8613833 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,6 @@ if test "x$enable_smartcard" != "xno"; then AC_DEFINE(USE_SMARTCARD, [1], [Define if supporting smartcard proxying]) fi fi -AM_CONDITIONAL([WITH_SMARTCARD], [test "x$have_smartcard" = "xyes"]) AC_ARG_ENABLE(celt051, [ --disable-celt051 Disable celt051 audio codec (enabled by default)],, -- cgit