svn commit: samba r13718 - branches/SAMBA_3_0/source trunk/source

lmuelle at samba.org lmuelle at samba.org
Mon Feb 27 16:18:33 GMT 2006


Author: lmuelle
Date: 2006-02-27 16:18:32 +0000 (Mon, 27 Feb 2006)
New Revision: 13718

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13718

Log:
There is even no need to use AC_MSG_WARN in the case the user did not
request to build mount.cifs/ umount.cifs and we're not on Linux.

Modified:
   branches/SAMBA_3_0/source/configure.in
   trunk/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-02-27 15:33:19 UTC (rev 13717)
+++ branches/SAMBA_3_0/source/configure.in	2006-02-27 16:18:32 UTC (rev 13718)
@@ -3624,7 +3624,7 @@
 	UNINSTALL_CIFSMOUNT="uninstallcifsmount"
 	;;
   *)
-	AC_MSG_WARN(not on a linux system!)
+	AC_MSG_RESULT(no)
 	;;
   esac ]
 )

Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2006-02-27 15:33:19 UTC (rev 13717)
+++ trunk/source/configure.in	2006-02-27 16:18:32 UTC (rev 13718)
@@ -3624,7 +3624,7 @@
 	UNINSTALL_CIFSMOUNT="uninstallcifsmount"
 	;;
   *)
-	AC_MSG_WARN(not on a linux system!)
+	AC_MSG_RESULT(no)
 	;;
   esac ]
 )



More information about the samba-cvs mailing list