Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,11 @@ AM_CONDITIONAL(USE_TCMALLOC, [test -n "$have_tcmalloc"])
AC_SUBST(libtcmalloc_CFLAGS)
AC_SUBST(libtcmalloc_LIBS)

# AC_CONFIG_SUBDIRS disables option checking so options can be forwarded to
# recursive configures. Re-enable it for the top-level configure by default;
# generated recursion still passes --disable-option-checking to sub-configures.
m4_divert_text([DEFAULTS], [enable_option_checking=fatal])

AC_ARG_ENABLE(tests,
AS_HELP_STRING([--disable-tests],
[Disable building test suite]))
Expand Down
Loading