diff options
author | dsmith <dsmith> | 2008-01-24 20:24:03 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2008-01-24 20:24:03 +0000 |
commit | 7ae8037e595d8da298c83cdc059db6ac5b68d8dc (patch) | |
tree | d548cec6593861a461868232cd994dd36bbf49f4 /systemtap.spec.in | |
parent | 9921a199dd3d8bfce4cd2e4c95e17119903588ea (diff) | |
download | systemtap-steved-7ae8037e595d8da298c83cdc059db6ac5b68d8dc.tar.gz systemtap-steved-7ae8037e595d8da298c83cdc059db6ac5b68d8dc.tar.xz systemtap-steved-7ae8037e595d8da298c83cdc059db6ac5b68d8dc.zip |
2008-01-24 David Smith <dsmith@redhat.com>
PR 5661 (reverted).
* configure.ac: Removed elfutils version number check.
* configure: Regenerated.
* acsite.m4: Removed.
* systemtap.spec.in: Minimum elfutils version number is no longer
filled in by configure.
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 7c2df0c4..e2f93056 100644 --- a/systemtap.spec.in +++ b/systemtap.spec.in @@ -1,7 +1,7 @@ # Release number for rpm build. Stays at 1 for new PACKAGE_VERSION increases. %define release 1 # Version number of oldest elfutils release that works with systemtap. -%define elfutils_version @ELFUTILS_REQUIRED_VERSION@ +%define elfutils_version 0.127 # Set bundled_elfutils to 0 on systems that have %{elfutils_version} or newer. %if 0%{?fedora} |