diff options
author | Günther Deschner <gd@samba.org> | 2008-01-03 13:34:40 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-03 13:41:27 +0100 |
commit | 98ae29c26a7930ad93061a07145bde19956b791d (patch) | |
tree | 4a2fc44a0f3d893c66dc219b9ce8d1a58424c8b6 /source3 | |
parent | b0994bead72bcd5f4346592be8264f5056612c95 (diff) | |
download | samba-98ae29c26a7930ad93061a07145bde19956b791d.tar.gz samba-98ae29c26a7930ad93061a07145bde19956b791d.tar.bz2 samba-98ae29c26a7930ad93061a07145bde19956b791d.zip |
Fix configure output for libnetapi.
Guenther
(This used to be commit d00ce6685a2cad7cd5526d4b13d43d157cd13481)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index d7fde01619..d51134dd73 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -5102,7 +5102,7 @@ LIBNETAPI_SHARED= LIBNETAPI= AC_MSG_CHECKING(whether to build the libnetapi shared library) AC_ARG_WITH(libnetapi, -[ --with-libnetapi Build the libnetapi shared library (default=no undefined API)], +[ --with-libnetapi Build the libnetapi shared library (default=yes if shared libs supported)], [ case "$withval" in *) AC_MSG_RESULT(no) |