r13717: Use AC_MSG_WARN if we did not called --with-cifsmount on a non Linux
authorLars Müller <lmuelle@samba.org>
Mon, 27 Feb 2006 15:33:19 +0000 (15:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:50 +0000 (11:10 -0500)
system to report we're not on Linux.

source/configure.in

index 7f3840819533221f001ed893400934035e51490d..9409f0d720079e9df6f6456db2e1d367042cac79 100644 (file)
@@ -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 ]
 )