summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-02-27 16:18:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:50 -0500
commitfe4a6081e4f0ed80cbb8203766563d7db99ad7ba (patch)
treebf457351bff860bba6df2a44d478fd79472c5240 /source3/configure.in
parentc32cb9dd43e02578195110178edfd0ac6a263f26 (diff)
downloadsamba-fe4a6081e4f0ed80cbb8203766563d7db99ad7ba.tar.gz
samba-fe4a6081e4f0ed80cbb8203766563d7db99ad7ba.tar.bz2
samba-fe4a6081e4f0ed80cbb8203766563d7db99ad7ba.zip
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)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
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 ]
)