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



commit 12b3784459f25472468a616d67464af732ce5468
Author: Ray Strode <rstrode redhat com>
Date:   Sat Jul 27 10:35:55 2013 -0400

    Revert "build: Disable smartcard plugin for now"
    
    This reverts commit e2998b46a9d5eaa9ec2812867efac1eff8b3937f.
    
    Now that smartcard plugin is freshly revamped we can revert
    the commit that disables it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=704890

 configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 21046c1..047185a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -307,10 +307,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


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