]> git.mxchange.org Git - simgear.git/commitdiff
Removed some depricated irix support that is now handled elsewhere.
authorcurt <curt>
Fri, 1 Feb 2002 20:18:47 +0000 (20:18 +0000)
committercurt <curt>
Fri, 1 Feb 2002 20:18:47 +0000 (20:18 +0000)
configure.in

index 5c8f4a208e0a4d003fe20ffc6d31a9f9ca1f87b3..6627ca2f01d359e0f4493812f1db4b104100e38a 100644 (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