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

lmuelle at samba.org lmuelle at samba.org
Mon Feb 27 15:33:20 GMT 2006


Author: lmuelle
Date: 2006-02-27 15:33:19 +0000 (Mon, 27 Feb 2006)
New Revision: 13717

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

Log:
Use AC_MSG_WARN if we did not called --with-cifsmount on a non Linux
system to report 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:25:51 UTC (rev 13716)
+++ branches/SAMBA_3_0/source/configure.in	2006-02-27 15:33:19 UTC (rev 13717)
@@ -3624,7 +3624,7 @@
 	UNINSTALL_CIFSMOUNT="uninstallcifsmount"
 	;;
   *)
-	AC_MSG_ERROR(not on a linux system!)
+	AC_MSG_WARN(not on a linux system!)
 	;;
   esac ]
 )

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



More information about the samba-cvs mailing list