r13718: There is even no need to use AC_MSG_WARN in the case the user did not
authorLars Müller <lmuelle@samba.org>
Mon, 27 Feb 2006 16:18:32 +0000 (16:18 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:50 +0000 (11:10 -0500)
request to build mount.cifs/ umount.cifs and we're not on Linux.

source/configure.in

index 9409f0d720079e9df6f6456db2e1d367042cac79..564b0352541aaf51e5b3da6282570c6573636547 100644 (file)
@@ -3624,7 +3624,7 @@ AC_ARG_WITH(cifsmount,
        UNINSTALL_CIFSMOUNT="uninstallcifsmount"
        ;;
   *)
-       AC_MSG_WARN(not on a linux system!)
+       AC_MSG_RESULT(no)
        ;;
   esac ]
 )