From f97323dc9a4e67c8be8ec95d973af0d258414860 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 3 Jul 2001 02:46:50 +0000 Subject: Reran autoconf. (This used to be commit 547d63c60a9c0588d5263d5c0384e0198aa18be9) --- source3/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure') diff --git a/source3/configure b/source3/configure index aa2325f8eb..a9fe094c2e 100755 --- a/source3/configure +++ b/source3/configure @@ -11671,7 +11671,7 @@ fi ############################################### # test for where we get crypt() from, but only # if not using PAM -if test $with_pam != yes; then +if test "$with_pam" != yes; then for ac_func in crypt do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -- cgit