build-sys: Remove unused WITH_SMARTCARD conditional

This commit is contained in:
Christophe Fergeau 2014-12-02 18:58:19 +01:00
parent 2da14b6cc8
commit ed873a9eb5

View File

@ -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)],,