diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-09-27 02:13:07 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-09-27 02:13:07 +0000 |
commit | af8b3466770c7fcf751d9a036ff88a884f516b13 (patch) | |
tree | 9f012cd467676dd6176c2f7326681a9dd6f0d477 | |
parent | ac5094292767137d9f1d7573485843720275eec1 (diff) | |
download | samba-af8b3466770c7fcf751d9a036ff88a884f516b13.tar.gz samba-af8b3466770c7fcf751d9a036ff88a884f516b13.tar.bz2 samba-af8b3466770c7fcf751d9a036ff88a884f516b13.zip |
I missed committing this - all updates to configure.in adding --with-foo
options need a matching entry in acconfig.h to actually do anything...
Andrew Bartlett
(This used to be commit 4636809153987f03b14a27dba175cb1511c2d460)
-rw-r--r-- | source3/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index 45d6366935..a5bf16279c 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -167,7 +167,7 @@ #undef HAVE_IMMEDIATE_STRUCTURES #undef HAVE_CUPS #undef WITH_SAM -#undef WITH_LDAP_SAM +#undef WITH_LDAP_SAMCONFIG #undef WITH_NISPLUS_SAM #undef WITH_TDB_SAM #undef LINUX_QUOTAS_1 |