From: nekral-guest Date: Mon, 21 Jul 2008 22:45:08 +0000 (+0000) Subject: Re-indent. X-Git-Tag: 4.1.3~326 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a674a2e6fd25febf061cc10276198a43eeab8b14;p=thirdparty%2Fshadow.git Re-indent. --- diff --git a/configure.in b/configure.in index 6e88b6731..044617cb9 100644 --- a/configure.in +++ b/configure.in @@ -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 ] ) - if test "$pam_headers_found$with_libpam" = "noyes" ; then + [ pam_headers_found=yes ; break ], [], + [ #include ] ) + 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 ]) + PAM_DELETE_CRED, + PAM_NEW_AUTHTOK_REQD, + PAM_DATA_SILENT], + [], [], [#include ]) save_libs=$LIBS