[shotwell/wip/uoa: 1/2] wip: Add UOA authenticator config
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/uoa: 1/2] wip: Add UOA authenticator config
- Date: Sat, 25 Mar 2017 18:47:14 +0000 (UTC)
commit 80d8c6f9242deb6f811b8a6d28e193df6735ae70
Author: Jens Georg <mail jensge org>
Date: Sat Mar 25 09:36:49 2017 +0100
wip: Add UOA authenticator config
Signed-off-by: Jens Georg <mail jensge org>
configure.ac | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 314ef36..a45cebf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,17 +87,17 @@ dnl ***********************************************************************
dnl Check for authenticator
dnl ***********************************************************************
AC_ARG_WITH([authenticator],
- AS_HELP_STRING([--with-authenticator=@<:@shotwell@:>@]
+ AS_HELP_STRING([--with-authenticator=@<:@shotwell,uoa@:>@]
[Which authentication back-end to use (defaul: shotwell)]),
[with_authenticator=$withval],
[with_authenticator=shotwell])
-AS_IF([test "x$with_authenticator" != "xshotwell"],
+AS_IF([test "x$with_authenticator" != "xshotwell" &&
+ test "x$with_authenticator" != "xuoa"],
[AC_MSG_NOTICE([Unknown authenticator $[]with_authenticator, using shotwell])
with_authenticator="shotwell"
])
AM_CONDITIONAL([AUTHENTICATOR_SHOTWELL],[test "x$with_authenticator" = "xshotwell"])
-AM_CONDITIONAL([AUTHENTICATOR_GOA],[test "x$with_authenticator" = "xgoa"])
AM_CONDITIONAL([AUTHENTICATOR_UOA],[test "x$with_authenticator" = "xuoa"])
dnl ***********************************************************************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]