Skip to content

Commit 11be076

Browse files
committed
Use correct shell comment syntax
1 parent d154da5 commit 11be076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/autotools/CheckSnappy.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AS_IF([test "x${with_snappy}" = xbundled],[
2828
AC_MSG_CHECKING(whether to enable bundled snappy)
2929
AC_MSG_RESULT(yes)
3030
31-
/* start of vendored configure.ac checks from snappy */
31+
# start of vendored configure.ac checks from snappy
3232
AC_CHECK_HEADERS([stdint.h stddef.h sys/mman.h sys/resource.h sys/uio.h windows.h byteswap.h sys/byteswap.h sys/endian.h sys/time.h])
3333
# See if we have __builtin_expect.
3434
AC_MSG_CHECKING([if the compiler supports __builtin_expect])

0 commit comments

Comments
 (0)