summaryrefslogtreecommitdiff
path: root/docs/manual/conditionalbuilds.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/conditionalbuilds.md')
-rw-r--r--docs/manual/conditionalbuilds.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/manual/conditionalbuilds.md b/docs/manual/conditionalbuilds.md
index a2d913967..bcf8bdeb1 100644
--- a/docs/manual/conditionalbuilds.md
+++ b/docs/manual/conditionalbuilds.md
@@ -83,16 +83,5 @@ macros which is nicer in other situations, e.g.:
Always test for the `with`-condition, not the `without`-counterpart!
-## Pass it to `%configure`
-
-To pass options to configure or other scripts that understand a `--with-foo` or
-`--without-foo` parameter, you can use the `%{?_with_foo}` macro:
-
-```
-%configure \
- %{?_with_gnutls} \
- %{?_with_openssl}
-```
-
## References
* [macros](https://github.com/rpm-software-management/rpm/blob/master/macros.in)