From fe4a6081e4f0ed80cbb8203766563d7db99ad7ba Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Mon, 27 Feb 2006 16:18:32 +0000 Subject: r13718: There is even no need to use AC_MSG_WARN in the case the user did not request to build mount.cifs/ umount.cifs and we're not on Linux. (This used to be commit 23293089307a2c6166ee53e5e1e6b3135e4303ed) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 9409f0d720..564b035254 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -3624,7 +3624,7 @@ AC_ARG_WITH(cifsmount, UNINSTALL_CIFSMOUNT="uninstallcifsmount" ;; *) - AC_MSG_WARN(not on a linux system!) + AC_MSG_RESULT(no) ;; esac ] ) -- cgit