Skip to content

Commit 1694b35

Browse files
committed
Merge pull request #277 from ksuarz/CDRIVER-886
CDRIVER-886: fix wrong HTML docs configure flag
2 parents 69f1ca4 + c9acf87 commit 1694b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif
2929
include build/cmake/Makefile.am
3030

3131
ACLOCAL_AMFLAGS = -I build/autotools/m4 ${ACLOCAL_FLAGS}
32-
DISTCHECK_CONFIGURE_FLAGS = --enable-silent-rules --enable-man-pages --enable-html-doc --enable-sasl --enable-ssl --enable-maintainer-flags --enable-debug --with-libbson=bundled
32+
DISTCHECK_CONFIGURE_FLAGS = --enable-silent-rules --enable-man-pages --enable-html-docs --enable-sasl --enable-ssl --enable-maintainer-flags --enable-debug --with-libbson=bundled
3333

3434
mongocdocdir = ${docdir}
3535
mongocdoc_DATA = \

0 commit comments

Comments
 (0)