[shotwell] Temporarily remove goa and uoa from configure



commit 13f8bd03ebb7883abe23917f1ee84ea618f924fe
Author: Jens Georg <mail jensge org>
Date:   Sat Mar 4 11:51:50 2017 +0100

    Temporarily remove goa and uoa from configure
    
    Signed-off-by: Jens Georg <mail jensge org>

 configure.ac |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 11ae398..5044b86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,13 +84,11 @@ dnl ***********************************************************************
 dnl Check for authenticator
 dnl ***********************************************************************
 AC_ARG_WITH([authenticator],
-            AS_HELP_STRING([--with-authenticator=@<:@shotwell,goa,uoa@:>@]
+            AS_HELP_STRING([--with-authenticator=@<:@shotwell@:>@]
                            [Which authentication back-end to use (defaul: shotwell)]),
                            [with_authenticator=$withval],
                            [with_authenticator=shotwell])
-AS_IF([test "x$with_authenticator" != "xshotwell" &&
-       test "x$with_authenticator" != "xgoa" &&
-       test "x$with_authenticator" != "xuoa"],
+AS_IF([test "x$with_authenticator" != "xshotwell"],
             [AC_MSG_NOTICE([Unknown authenticator $[]with_authenticator, using shotwell])
              with_authenticator="shotwell"
             ])


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