config: Add the libffi version to check for.

This commit is contained in:
Chris Johns
2014-04-08 16:15:35 +10:00
parent f3b549010d
commit 34cc5a97f6

View File

@@ -24,6 +24,6 @@ Patch0: %{rtems_git_tools}/libffi/libffi-pkg-config-lib64-fix.diff
#
# The LibFFI build instructions. We use 3.x.x Release 1.
#
%ifn %{check libffi}
%ifn %{check libffi >= 3}
%include %{_configdir}/libffi-3-1.cfg
%endif