From b3b92e29a8527ccb662a5f941abe3cdb79e310fb Mon Sep 17 00:00:00 2001 From: roland Date: Wed, 19 Jul 2006 22:27:47 +0000 Subject: 2006-07-19 Roland McGrath * systemtap.spec.in: Fix syntax in last change. --- systemtap.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit