summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-12-02 18:58:19 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-12-08 18:26:39 +0100
commited873a9eb5d3a74557d11e6bea7bcdef09fa2201 (patch)
tree1d4243f48eb4b766b2551ac14f32f82644029e40 /configure.ac
parent2da14b6cc897cc0b960d4efc0e2765dc3f6fba9b (diff)
downloadspice-common-ed873a9eb5d3a74557d11e6bea7bcdef09fa2201.tar.gz
spice-common-ed873a9eb5d3a74557d11e6bea7bcdef09fa2201.tar.xz
spice-common-ed873a9eb5d3a74557d11e6bea7bcdef09fa2201.zip
build-sys: Remove unused WITH_SMARTCARD conditional
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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)],,