diff options
author | roland <roland> | 2006-07-19 22:27:47 +0000 |
---|---|---|
committer | roland <roland> | 2006-07-19 22:27:47 +0000 |
commit | b3b92e29a8527ccb662a5f941abe3cdb79e310fb (patch) | |
tree | 51d8bf72514618ddc63010a56236f0f8dcb9ebb3 | |
parent | d65d6b2776fd0c618dbcf6fd5c9e2e17ad5f49cd (diff) | |
download | systemtap-steved-b3b92e29a8527ccb662a5f941abe3cdb79e310fb.tar.gz systemtap-steved-b3b92e29a8527ccb662a5f941abe3cdb79e310fb.tar.xz systemtap-steved-b3b92e29a8527ccb662a5f941abe3cdb79e310fb.zip |
2006-07-19 Roland McGrath <roland@redhat.com>
* systemtap.spec.in: Fix syntax in last change.
-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 |