Fix bug in with_system_readline logic.

This commit is contained in:
Ralf Corsepius
2009-09-23 10:14:51 +00:00
parent f677033cae
commit 5eb0ae9bb7

View File

@@ -56,13 +56,13 @@ BuildRequires: %{_host_rpmprefix}expat-devel
BuildRequires: %{_host_rpmprefix}termcap-devel
%endif
%bcond_with system_readline
%endif
%else
%if 0%{?fedora} >= 12
%bcond_with system_readline
%else
%bcond_without system_readline
%endif
%endif
%{?with_system_readline:BuildRequires: %{_host_rpmprefix}readline-devel}
BuildRequires: %{_host_rpmprefix}ncurses-devel