[gnome-settings-daemon] build: Disable smartcard plugin for now



commit e2998b46a9d5eaa9ec2812867efac1eff8b3937f
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Dec 13 17:06:35 2012 +0100

    build: Disable smartcard plugin for now

 configure.ac |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 863058d..a6e5b21 100644
--- a/configure.ac
+++ b/configure.ac
@@ -301,9 +301,10 @@ AC_ARG_ENABLE(smartcard-support,
                no)  WANT_SMARTCARD_SUPPORT=no ;;
                *) AC_MSG_ERROR(bad value ${enableval} for --disable-smartcard-support) ;;
        esac],
-       [WANT_SMARTCARD_SUPPORT=yes])
+       [WANT_SMARTCARD_SUPPORT=no])
 
 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]