Skip to content

Commit d154da5

Browse files
committed
CDRIVER-2260 Autoconf syntax fixes
1 parent ab0606a commit d154da5

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

build/autotools/CheckSnappy.m4

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ AS_IF([test "x${with_snappy}" = xauto], [
1212
[
1313
with_snappy=system
1414
SNAPPY_LIBS=-lsnappy
15-
],
16-
[]
17-
)],
18-
[]
15+
]
16+
)]
1917
)
2018
]
2119
)
@@ -79,7 +77,7 @@ AS_IF([test "x${with_snappy}" = xbundled],[
7977
else
8078
AC_SUBST([ac_cv_have_sys_uio_h], [0])
8179
fi
82-
/* end of vendored configure.ac checks from snappy */
80+
# end of vendored configure.ac checks from snappy
8381
8482
SNAPPY_LIBS=
8583
SNAPPY_CFLAGS="-Isrc/snappy-1.1.3"

build/autotools/CheckZlib.m4

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ AS_IF([test "x${with_zlib}" = xauto], [
1111
[
1212
with_zlib=system
1313
ZLIB_LIBS=-lz
14-
],
15-
[]
16-
)],
17-
[]
14+
]
15+
)]
1816
)
1917
]
2018
)

0 commit comments

Comments
 (0)