summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
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