X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=configure.in;h=8e210d9e79418e81a28514e2899557d306a33f1b;hb=007a1e4659008215c45e6677bc5014662eb68113;hp=900d8ee80c34052c8d8714863bc012551e2b873f;hpb=3980f08cc556865eadc94f854b08753aacb8f15d;p=simgear.git diff --git a/configure.in b/configure.in index 900d8ee8..8e210d9e 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ dnl $Id$ AC_INIT(simgear/bucket/newbucket.cxx) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.0.15) +AM_INIT_AUTOMAKE(SimGear, 0.0.16) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution. @@ -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