svn commit: samba r9304 - branches/SAMBA_3_0/source branches/SAMBA_3_0_RELEASE/source trunk/source

jerry at samba.org jerry at samba.org
Sun Aug 14 12:13:34 GMT 2005


Author: jerry
Date: 2005-08-14 12:13:32 +0000 (Sun, 14 Aug 2005)
New Revision: 9304

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

Log:
BUG 3001: don't use C style comments in configure.in (thanks Jason)
Modified:
   branches/SAMBA_3_0/source/configure.in
   branches/SAMBA_3_0_RELEASE/source/configure.in
   trunk/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2005-08-13 12:05:54 UTC (rev 9303)
+++ branches/SAMBA_3_0/source/configure.in	2005-08-14 12:13:32 UTC (rev 9304)
@@ -759,7 +759,7 @@
 # subdirectory of headers.
 AC_CHECK_HEADERS(valgrind.h valgrind/valgrind.h valgrind/memcheck.h)
 
-/* check for linux on amd64 since valgrind is not quite there yet */
+# check for linux on amd64 since valgrind is not quite there yet
 case "$host_os" in
 	*linux*)
 		case "$UNAME_P" in

Modified: branches/SAMBA_3_0_RELEASE/source/configure.in
===================================================================
--- branches/SAMBA_3_0_RELEASE/source/configure.in	2005-08-13 12:05:54 UTC (rev 9303)
+++ branches/SAMBA_3_0_RELEASE/source/configure.in	2005-08-14 12:13:32 UTC (rev 9304)
@@ -752,7 +752,7 @@
 # subdirectory of headers.
 AC_CHECK_HEADERS(valgrind.h valgrind/valgrind.h valgrind/memcheck.h)
 
-/* check for linux on amd64 since valgrind is not quite there yet */
+# check for linux on amd64 since valgrind is not quite there yet
 case "$host_os" in
 	*linux*)
 		case "$UNAME_P" in

Modified: trunk/source/configure.in
===================================================================
--- trunk/source/configure.in	2005-08-13 12:05:54 UTC (rev 9303)
+++ trunk/source/configure.in	2005-08-14 12:13:32 UTC (rev 9304)
@@ -760,7 +760,7 @@
 # subdirectory of headers.
 AC_CHECK_HEADERS(valgrind.h valgrind/valgrind.h valgrind/memcheck.h)
 
-/* check for linux on amd64 since valgrind is not quite there yet */
+# check for linux on amd64 since valgrind is not quite there yet
 case "$host_os" in
 	*linux*)
 		case "$UNAME_P" in



More information about the samba-cvs mailing list