Update.
[glibc.git] / sysdeps / unix / sysv / linux / mips / configure.in
blobe5c301db4897b22617cdea6b5da61f57bdcf75aa
1 sinclude(./aclocal.m4)dnl Autoconf lossage
2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
3 # Local configure fragment for sysdeps/unix/sysv/linux/mips.
5 AC_CHECK_PROG_VER(AS, $AS, --version,
6   [GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\)],
7   [2.11.90.0.[5-9]* | 2.11.90.[1-9]* | 2.11.9[1-9]* | 2.11.[1-9]* | 2.1[2-9]*| 2.[2-9]*], 
8 AC_MSG_WARN([*** Your binutils versions are too old.  
9 *** We strongly advise to update binutils.  For details check 
10 *** the FAQ and INSTALL documents.]))