diff options
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |