summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2013-04-18 14:11:23 -0400
committerRay Strode <rstrode@redhat.com>2013-04-18 14:11:23 -0400
commit1d4dcea5a1dca9ef15fefd9fd179650a43baf58c (patch)
treee1fa660aef80ed1caec971994ee1cd5922a949ef
parent7586fb6dfc5f3e53de67b022f232475357e3be41 (diff)
downloadgnome-settings-daemon-1d4dcea5a1dca9ef15fefd9fd179650a43baf58c.tar.gz
configure: turn back on smartcard support
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3bf00831..525b4c1e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -305,10 +305,9 @@ AC_ARG_ENABLE(smartcard-support,
no) WANT_SMARTCARD_SUPPORT=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for --disable-smartcard-support) ;;
esac],
- [WANT_SMARTCARD_SUPPORT=no])
+ [WANT_SMARTCARD_SUPPORT=yes])
if test x$WANT_SMARTCARD_SUPPORT = xyes ; then
- AC_MSG_ERROR(Smartcard support is broken in this version)
NSS_REQUIRED_VERSION=3.11.2
PKG_CHECK_MODULES(NSS, nss >= $NSS_REQUIRED_VERSION,
[have_smartcard_support=true