From: curt Date: Fri, 1 Feb 2002 20:18:47 +0000 (+0000) Subject: Removed some depricated irix support that is now handled elsewhere. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=58e0e7736b385a253a9fe0b90f3c946c37f0c03f;p=simgear.git Removed some depricated irix support that is now handled elsewhere. --- 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