autotools doc: add missing right quote (#29734)

This commit is contained in:
百地 希留耶 2022-03-28 06:42:29 +08:00 committed by GitHub
parent 073330e893
commit cd00eba9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,7 +433,7 @@ For example:
.. code-block:: python
variant('profiler', when='@2.0:')
config_args += self.with_or_without('profiler)
config_args += self.with_or_without('profiler')
will neither add ``--with-profiler`` nor ``--without-profiler`` when the version is
below ``2.0``.