syntax error

This commit is contained in:
Bill Hoffman 2001-12-18 17:30:42 -05:00
parent e3b19f880f
commit cc477d67e9
2 changed files with 4 additions and 0 deletions

2
Templates/configure vendored
View File

@ -3173,6 +3173,7 @@ case $system in
CMAKE_AR="$CXX"
CMAKE_AR_ARGS="-xar -o"
fi
;;
IRIX*)
if test $ac_cv_prog_gxx = yes; then
:
@ -3181,6 +3182,7 @@ case $system in
CMAKE_AR="$CXX"
CMAKE_AR_ARGS="-ar -o"
fi
;;
esac

View File

@ -669,6 +669,7 @@ case $system in
CMAKE_AR="$CXX"
CMAKE_AR_ARGS="-xar -o"
fi
;;
IRIX*)
if test $ac_cv_prog_gxx = yes; then
:
@ -677,6 +678,7 @@ case $system in
CMAKE_AR="$CXX"
CMAKE_AR_ARGS="-ar -o"
fi
;;
esac
AC_SUBST(CMAKE_AR)
AC_SUBST(CMAKE_AR_ARGS)