Skip to content

Commit

Permalink
Merge pull request #9709 from wegank/configure-ac-doc-gen
Browse files Browse the repository at this point in the history
Fix typo in configure.ac
  • Loading branch information
Ericson2314 authored Jan 8, 2024
2 parents ff6de4a + 605eba3 commit 3ecdda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ AC_ARG_ENABLE(doc-gen, AS_HELP_STRING([--disable-doc-gen],[disable documentation
AC_SUBST(ENABLE_DOC_GEN)

AS_IF(
[test "$ENABLE_BUILD" == "no" && test "$ENABLE_GENERATED_DOCS" == "yes"],
[test "$ENABLE_BUILD" == "no" && test "$ENABLE_DOC_GEN" == "yes"],
[AC_MSG_ERROR([Cannot enable generated docs when building overall is disabled. Please do not pass '--enable-doc-gen' or do not pass '--disable-build'.])])

# Building without API docs is the default as Nix' C++ interfaces are internal and unstable.
Expand Down

0 comments on commit 3ecdda8

Please sign in to comment.