head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2020.06.10.19.54.41; author nia; state dead; branches; next 1.1; commitid W709FGJosmQyqIbC; 1.1 date 2020.06.10.19.48.26; author nia; state Exp; branches; next ; commitid zmJ6m5kmsGmsoIbC; desc @@ 1.2 log @Back out gnome-online-accounts, already present in net/ I can update that version... @ text @$NetBSD: patch-configure,v 1.1 2020/06/10 19:48:26 nia Exp $ Shell portability. --- configure.orig 2020-03-10 13:08:11.000000000 +0000 +++ configure @@@@ -16991,14 +16991,14 @@@@ fi if test "$enable_fedora" != "no"; then - if test "$enable_fedora" == "yes" && - test "$have_fedora" == "no" ; then + if test "$enable_fedora" = "yes" && + test "$have_fedora" = "no" ; then as_fn_error $? "Fedora Account System support requested, but not available" "$LINENO" 5 fi enable_fedora=$have_fedora - if test "$enable_fedora" == "yes"; then + if test "$enable_fedora" = "yes"; then $as_echo "#define GCR_API_SUBJECT_TO_CHANGE 1" >>confdefs.h @@@@ -17389,14 +17389,14 @@@@ fi if test "$enable_kerberos" != "no"; then - if test "$enable_kerberos" == "yes" && - test "$have_kerberos" == "no" ; then + if test "$enable_kerberos" = "yes" && + test "$have_kerberos" = "no" ; then as_fn_error $? "kerberos support requested, but not available" "$LINENO" 5 fi enable_kerberos=$have_kerberos - if test "$enable_kerberos" == "yes"; then + if test "$enable_kerberos" = "yes"; then $as_echo "#define GCR_API_SUBJECT_TO_CHANGE 1" >>confdefs.h @ 1.1 log @security: Add gnome-online-accounts Single sign-on framework for GNOME. It aims to provide a way for users to setup online accounts to be used by the core system and core applications only. Calendar entries show up in GNOME Shell, e-mail in Evolution, online storages are exposed as GVolumes, and so on. @ text @d1 1 a1 1 $NetBSD$ @