We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073330e commit cd00ebaCopy full SHA for cd00eba
lib/spack/docs/build_systems/autotoolspackage.rst
@@ -433,7 +433,7 @@ For example:
433
.. code-block:: python
434
435
variant('profiler', when='@2.0:')
436
- config_args += self.with_or_without('profiler)
+ config_args += self.with_or_without('profiler')
437
438
will neither add ``--with-profiler`` nor ``--without-profiler`` when the version is
439
below ``2.0``.
0 commit comments