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