summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-08-14 12:13:32 +0000
committerGerald Carter <jerry@samba.org>2005-08-14 12:13:32 +0000
commit763823b372dd478cd5895331f48051da31854570 (patch)
treed6389f793e41c86dc0a5a8f555c869e0821cf35c
parentb492f25ddcbbc30de485c34bc48ad6b1419dd852 (diff)
downloadsamba-763823b372dd478cd5895331f48051da31854570.tar.gz
r9304: BUG 3001: don't use C style comments in configure.in (thanks Jason)
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 4bd237b4fb8..1ce4394ec8a 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -752,7 +752,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