diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-11-25 12:26:40 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-11-25 12:26:40 +0000 |
commit | e9595e551780abc773d636329ec5ea46d5fc7ebd (patch) | |
tree | a4dde10cae6595ce296c4d05e33c5b038fee06f2 /source3/include | |
parent | 391a72a95fda1a4d1841c29257b5001435c09dc1 (diff) | |
download | samba-e9595e551780abc773d636329ec5ea46d5fc7ebd.tar.gz samba-e9595e551780abc773d636329ec5ea46d5fc7ebd.tar.bz2 samba-e9595e551780abc773d636329ec5ea46d5fc7ebd.zip |
check for liblber separately
(This used to be commit d7216424d94ee89e1760596c8f87d1883f369771)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 031f23e210..6280c793eb 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -144,6 +144,7 @@ #undef HAVE_SETRESUID #undef WITH_NETATALK #undef WITH_UTMP +#undef WITH_MSDFS #undef WITH_LIBICONV #undef HAVE_INO64_T #undef HAVE_STRUCT_FLOCK64 |