summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-07-03 02:46:50 +0000
committerTim Potter <tpot@samba.org>2001-07-03 02:46:50 +0000
commit547d63c60a9c0588d5263d5c0384e0198aa18be9 (patch)
tree9ce0bc2f43c1d183fbe1f57e2acd63ca55451f50
parent60d42618416295a8fc25a461a8b4783bb219d6a7 (diff)
downloadsamba-547d63c60a9c0588d5263d5c0384e0198aa18be9.tar.gz
samba-547d63c60a9c0588d5263d5c0384e0198aa18be9.tar.xz
samba-547d63c60a9c0588d5263d5c0384e0198aa18be9.zip
Reran autoconf.
-rwxr-xr-xsource/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure b/source/configure
index aa2325f8ebe..a9fe094c2e4 100755
--- a/source/configure
+++ b/source/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