From 98ae29c26a7930ad93061a07145bde19956b791d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Jan 2008 13:34:40 +0100 Subject: Fix configure output for libnetapi. Guenther (This used to be commit d00ce6685a2cad7cd5526d4b13d43d157cd13481) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit