From 58e0e7736b385a253a9fe0b90f3c946c37f0c03f Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 1 Feb 2002 20:18:47 +0000 Subject: [PATCH] Removed some depricated irix support that is now handled elsewhere. --- configure.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.in b/configure.in index 5c8f4a20..6627ca2f 100644 --- a/configure.in +++ b/configure.in @@ -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