Removed some depricated irix support that is now handled elsewhere.

This commit is contained in:
curt 2002-02-01 20:18:47 +00:00
parent 2d1b2ca938
commit 58e0e7736b

View File

@ -383,9 +383,3 @@ if test "x$ac_cv_lib_pthread_pthread_exit" = "xyes" -a "x$ac_cv_header_pthread_h
else
echo "Threads: no threads (pthread lib not found.)"
fi
if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then
if test "$CXX" = "CC"; then
echo "\nRemember to run: sh ../FlightGear/irix-hack.sh!\07\n"
fi
fi