diff options
author | Lars Müller <lmuelle@samba.org> | 2006-02-27 15:33:19 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:10:50 -0500 |
commit | c32cb9dd43e02578195110178edfd0ac6a263f26 (patch) | |
tree | dc0c87ae3ac9e8f51ca399394d6e4792ab23f584 | |
parent | aec8de1703cd034a253b06b26e849c01d8ce131f (diff) | |
download | samba-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)
-rw-r--r-- | source3/configure.in | 2 |
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 ] ) |