X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.in;h=d8f96de41ca0ee9d8e28e670ec3f6c5269df517b;hb=b1a719dd4c617767af64714c9cad69f0f301fdb2;hp=f53cdb8f050240784578334d5ffe21fcf76d8560;hpb=f93fa4b613bdbbe73c04b10563834defae736657;p=simgear.git diff --git a/configure.in b/configure.in index f53cdb8f..d8f96de4 100644 --- a/configure.in +++ b/configure.in @@ -34,6 +34,7 @@ AC_PROG_RANLIB AC_PROG_INSTALL AC_PROG_LN_S +AR="ar" OS=`uname -s` if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then if test "$CXX" = "CC"; then @@ -349,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