diff options
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in index c6c5d235..3db66357 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -18,7 +18,7 @@ %endif %endif -%ifndef bundled_elfutils +%if 0%{!?bundled_elfutils:1} # Yo! DO NOT TOUCH THE FOLLOWING LINE. # You can use rpmbuild --define "bundled_elfutils 0" for a build of your own. %define bundled_elfutils 1 |