summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorLars Müller <lmuelle@samba.org>2006-02-27 15:33:19 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:50 -0500
commitc32cb9dd43e02578195110178edfd0ac6a263f26 (patch)
treedc0c87ae3ac9e8f51ca399394d6e4792ab23f584 /source3/configure.in
parentaec8de1703cd034a253b06b26e849c01d8ce131f (diff)
downloadsamba-c32cb9dd43e02578195110178edfd0ac6a263f26.tar.gz
samba-c32cb9dd43e02578195110178edfd0ac6a263f26.tar.bz2
samba-c32cb9dd43e02578195110178edfd0ac6a263f26.zip
r13717: Use AC_MSG_WARN if we did not called --with-cifsmount on a non Linux
system to report we're not on Linux. (This used to be commit 1c66c4e4b82907146928396fe79d18bdaade079f)
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 7f38408195..9409f0d720 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3624,7 +3624,7 @@ AC_ARG_WITH(cifsmount,
UNINSTALL_CIFSMOUNT="uninstallcifsmount"
;;
*)
- AC_MSG_ERROR(not on a linux system!)
+ AC_MSG_WARN(not on a linux system!)
;;
esac ]
)