diff options
author | Tim Potter <tpot@samba.org> | 2001-07-03 02:46:50 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-07-03 02:46:50 +0000 |
commit | f97323dc9a4e67c8be8ec95d973af0d258414860 (patch) | |
tree | 89ff246861be8f1b719c21a2a17b79149e55de58 /source3/configure | |
parent | 8f186886aaaec7322f1aa4fa5e1e9c10d71460c7 (diff) | |
download | samba-f97323dc9a4e67c8be8ec95d973af0d258414860.tar.gz samba-f97323dc9a4e67c8be8ec95d973af0d258414860.tar.bz2 samba-f97323dc9a4e67c8be8ec95d973af0d258414860.zip |
Reran autoconf.
(This used to be commit 547d63c60a9c0588d5263d5c0384e0198aa18be9)
Diffstat (limited to 'source3/configure')
-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 |