From edb89a813fee6c594c86a6e151477c9a76aaac31 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sun, 14 Aug 2005 12:13:32 +0000 Subject: r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason) (This used to be commit 78d49638e1984a8a44caadeeda2355351f5f4abb) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 85cc9aecb9..d0037f8947 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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 -- cgit