diff options
author | richdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2006-07-25 18:37:09 +0000 |
---|---|---|
committer | richdawe <richdawe@1665872d-e22b-0410-9e5d-a57ad4215e6d> | 2006-07-25 18:37:09 +0000 |
commit | c90b04609e86916a8535558d52cd33753dbd0982 (patch) | |
tree | 356b5696ee3f3c322eae64848766db7037999618 | |
parent | 349561de4e572936240cdd0946e56e2041eeedd2 (diff) | |
download | portableumem-c90b04609e86916a8535558d52cd33753dbd0982.tar.gz |
Relax libtool version requirement; builds OK with libtool 1.4.2 on RH8.0
git-svn-id: https://labs.omniti.com/portableumem/trunk@19 1665872d-e22b-0410-9e5d-a57ad4215e6d
-rw-r--r-- | umem.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/umem.spec.in b/umem.spec.in index 7a1810a..3e42d3b 100644 --- a/umem.spec.in +++ b/umem.spec.in @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf >= 2.50 BuildRequires: automake >= 1.4 -BuildRequires: libtool >= 1.5.0 +BuildRequires: libtool >= 1.4.2 BuildRequires: doxygen BuildRequires: gcc BuildRequires: binutils |