Removed check for texinfo 5.x. Binutils 2.24 and gcc 4.8.2 build with GNU texinfo 5.1

This is for RTEMS Source Builder. Binutils 2.23.x did not build on
Ubuntu 13.10 because of texinfo 5.1. The problem is fixed in
Binutils 2.24, so the check for texinfo 5.x is no longer needed for
this configuration.
This commit is contained in:
Alan Cudmore 2013-12-18 11:10:47 -05:00 committed by Chris Johns
parent 69dca93af5
commit 44e82d8896

View File

@ -19,11 +19,6 @@
%define with_iconv 1
%endif
# Incompatible with Texinfo 5
%if %{__makeinfo_ver} >= 5.0
%error Incomaptible version of makeinfo found!
%endif
#
# Newlib is from CVS.
#