]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Re-indent.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 21 Jul 2008 22:45:08 +0000 (22:45 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Mon, 21 Jul 2008 22:45:08 +0000 (22:45 +0000)
configure.in

index 6e88b6731bf72fe83100d6dbb162dd69e72d594b..044617cb92a37cf6959032a03df9867cae946cf6 100644 (file)
@@ -344,10 +344,10 @@ if test "$with_libpam" != "no"; then
        pam_conv_function="no"
 
        AC_CHECK_LIB(pam, openpam_ttyconv,
-               [pam_conv_function="openpam_ttyconv"],
-               AC_CHECK_LIB(pam_misc, misc_conv,
-                       [pam_conv_function="misc_conv"; LIBPAM="$LIBPAM -lpam_misc"])
-               )
+                    [pam_conv_function="openpam_ttyconv"],
+                    AC_CHECK_LIB(pam_misc, misc_conv,
+                                 [pam_conv_function="misc_conv"; LIBPAM="$LIBPAM -lpam_misc"])
+                   )
 
        if test "$pam_conv_function$with_libpam" = "noyes" ; then
                AC_MSG_ERROR(PAM conversation function not found)
@@ -355,11 +355,11 @@ if test "$with_libpam" != "no"; then
 
        pam_headers_found=no
        AC_CHECK_HEADERS( [security/openpam.h security/pam_misc.h],
-                        [ pam_headers_found=yes ; break ], [],
-                        [ #include <security/pam_appl.h> ] )
-        if test "$pam_headers_found$with_libpam" = "noyes" ; then
+                        [ pam_headers_found=yes ; break ], [],
+                        [ #include <security/pam_appl.h> ] )
+       if test "$pam_headers_found$with_libpam" = "noyes" ; then
                        AC_MSG_ERROR(PAM headers not found)
-        fi
+       fi
 
 
        if test "$pam_lib$pam_headers_found" = "yesyes" -a "$pam_conv_function" != "no" ; then
@@ -371,10 +371,10 @@ fi
 dnl Now with_libpam is either yes or no
 if test "$with_libpam" = "yes"; then
        AC_CHECK_DECLS([PAM_ESTABLISH_CRED,
-               PAM_DELETE_CRED,
-               PAM_NEW_AUTHTOK_REQD,
-               PAM_DATA_SILENT],
-               [], [], [#include <security/pam_appl.h>])
+                       PAM_DELETE_CRED,
+                       PAM_NEW_AUTHTOK_REQD,
+                       PAM_DATA_SILENT],
+                      [], [], [#include <security/pam_appl.h>])
 
 
        save_libs=$LIBS