svn commit: samba r8359 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Tue Jul 12 08:03:47 GMT 2005


Author: metze
Date: 2005-07-12 08:03:46 +0000 (Tue, 12 Jul 2005)
New Revision: 8359

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

Log:
fix a shell warning

metze
Modified:
   branches/SAMBA_4_0/source/build/m4/check_path.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_path.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_path.m4	2005-07-12 07:17:04 UTC (rev 8358)
+++ branches/SAMBA_4_0/source/build/m4/check_path.m4	2005-07-12 08:03:46 UTC (rev 8359)
@@ -159,7 +159,7 @@
 debug=no
 AC_ARG_ENABLE(debug, 
 [  --enable-debug          Turn on compiler debugging information (default=no)],
-    [if test x$enable_debug = xyes -a test x$enable_developer != xyes; then
+    [if test x$enable_debug = xyes -a x$enable_developer != xyes; then
         debug=yes
 	CFLAGS="${CFLAGS} -g"
     fi])



More information about the samba-cvs mailing list