]> git.mxchange.org Git - simgear.git/blobdiff - configure.in
- added SGPropertyNode::Type
[simgear.git] / configure.in
index 900d8ee80c34052c8d8714863bc012551e2b873f..d8f96de41ca0ee9d8e28e670ec3f6c5269df517b 100644 (file)
@@ -350,3 +350,9 @@ 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