[PATCH] Don't skip sssd autofs search if preseeded.

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

 



From: Adam Conrad <adconrad@xxxxxxxxxx>

---
 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



[Index of Archives]     [Linux Filesystem Development]     [Linux Ext4]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux