autofs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Timo Aaltonen <tjaalton@ubuntu.com>
To: autofs@vger.kernel.org
Subject: [PATCH] Don't skip sssd autofs search if preseeded.
Date: Fri, 17 Feb 2017 00:19:40 +0200	[thread overview]
Message-ID: <1487283580-7170-1-git-send-email-tjaalton@ubuntu.com> (raw)

From: Adam Conrad <adconrad@ubuntu.com>

---
 aclocal.m4 | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/aclocal.m4 b/aclocal.m4
index 00811e0..c0e04d9 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -46,13 +46,13 @@ AC_DEFUN(AF_CHECK_SSS_LIB,
       fi
     fi
   done
-  if test -n "$sssldir"; then
-    HAVE_$1=1
-    AC_MSG_RESULT(yes)
-  else
-    HAVE_$1=0
-    AC_MSG_RESULT(no)
-  fi
+fi
+if test -n "$sssldir"; then
+  HAVE_$1=1
+  AC_MSG_RESULT(yes)
+else
+  HAVE_$1=0
+  AC_MSG_RESULT(no)
 fi])
 
 dnl --------------------------------------------------------------------------
-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe autofs" in

                 reply	other threads:[~2017-02-16 22:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487283580-7170-1-git-send-email-tjaalton@ubuntu.com \
    --to=tjaalton@ubuntu.com \
    --cc=autofs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).