X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.in;h=d8f96de41ca0ee9d8e28e670ec3f6c5269df517b;hb=b1a719dd4c617767af64714c9cad69f0f301fdb2;hp=900d8ee80c34052c8d8714863bc012551e2b873f;hpb=3980f08cc556865eadc94f854b08753aacb8f15d;p=simgear.git diff --git a/configure.in b/configure.in index 900d8ee8..d8f96de4 100644 --- a/configure.in +++ b/configure.in @@ -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