]> git.mxchange.org Git - simgear.git/blobdiff - configure.in
Detect Irix/CC compiler and substitute AR="CC -ar".
[simgear.git] / configure.in
index ab539c2156ca02d9f9f21fddb968ca1418ef207d..f53cdb8f050240784578334d5ffe21fcf76d8560 100644 (file)
@@ -35,16 +35,12 @@ AC_PROG_INSTALL
 AC_PROG_LN_S
 
 OS=`uname -s`
-if test $OS = "IRIX" -o $OS = "IRIX64"; then
-    if text $CC = "CC"; then
+if test "$OS" = "IRIX" -o "$OS" = "IRIX64"; then
+    if test "$CXX" = "CC"; then
         AR="CC -ar"
-    else
-        AR="ar"
+        AC_SUBST(AR)
     fi
-else
-    AR="ar"
 fi
-AC_SUBST(AR)
 
 if echo $includedir | egrep "simgear$" > /dev/null; then
     echo "includedir is" $includedir "libdir is" $libdir