From 8a86541e282424c4e0ea5626b26e818779ba0375 Mon Sep 17 00:00:00 2001 From: Shirish Kalele Date: Fri, 26 May 2000 17:10:40 +0000 Subject: Changed MS_DFS to WITH_MSDFS throughout. Fixed trans2 calls on IPC$ to let dfs referral calls through. (This used to be commit e0965a80bdca5239886b11ef55dc29fed261bfc0) --- source3/configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index d0061ecf62..742d50da49 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1421,14 +1421,14 @@ AC_ARG_WITH(utmp, ################################################# # check for MS Dfs support -AC_MSG_CHECKING(whether to support MS Dfs) +AC_MSG_CHECKING(whether to support Microsoft Dfs) AC_ARG_WITH(msdfs, [ --with-msdfs Include MS Dfs support --without-msdfs Don't include MS Dfs support (default)], [ case "$withval" in yes) AC_MSG_RESULT(yes) - AC_DEFINE(MS_DFS) + AC_DEFINE(WITH_MSDFS) ;; *) AC_MSG_RESULT(no) -- cgit