Skip to content

Fix typo in configure.ac#9709

Merged
Ericson2314 merged 1 commit intoNixOS:masterfrom
wegank:configure-ac-doc-gen
Jan 8, 2024
Merged

Fix typo in configure.ac#9709
Ericson2314 merged 1 commit intoNixOS:masterfrom
wegank:configure-ac-doc-gen

Conversation

@wegank
Copy link
Copy Markdown
Member

@wegank wegank commented Jan 8, 2024

Motivation

Hi! First PR here.

I think there's a typo in #9611:

nix/configure.ac

Lines 157 to 164 in ff6de4a

# documentation generation switch
AC_ARG_ENABLE(doc-gen, AS_HELP_STRING([--disable-doc-gen],[disable documentation generation]),
ENABLE_DOC_GEN=$enableval, ENABLE_DOC_GEN=$ENABLE_BUILD)
AC_SUBST(ENABLE_DOC_GEN)
AS_IF(
[test "$ENABLE_BUILD" == "no" && test "$ENABLE_GENERATED_DOCS" == "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'.])])

so I'd like to fix it.

Context

Priorities and Process

Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

@wegank wegank requested a review from edolstra as a code owner January 8, 2024 16:35
Copy link
Copy Markdown
Member

@Ericson2314 Ericson2314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Ericson2314 Ericson2314 merged commit 3ecdda8 into NixOS:master Jan 8, 2024
@wegank wegank deleted the configure-ac-doc-gen branch January 8, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants