r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason)
authorGerald Carter <jerry@samba.org>
Sun, 14 Aug 2005 12:13:32 +0000 (12:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:00:32 +0000 (11:00 -0500)
(This used to be commit 78d49638e1984a8a44caadeeda2355351f5f4abb)

source3/configure.in

index 85cc9aecb98313aa8e032958c253f550ac414f51..d0037f894753e085f458a98100c79227f87eaa39 100644 (file)
@@ -759,7 +759,7 @@ CPPFLAGS="$old_CPPFLAGS"
 # 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