From 1c66c4e4b82907146928396fe79d18bdaade079f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lars=20M=C3=BCller?= Date: Mon, 27 Feb 2006 15:33:19 +0000 Subject: [PATCH] r13717: Use AC_MSG_WARN if we did not called --with-cifsmount on a non Linux system to report we're not on Linux. --- source/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/configure.in b/source/configure.in index 7f384081953..9409f0d7200 100644 --- a/source/configure.in +++ b/source/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 ] ) -- 2.11.4.GIT