-
# Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then
enableval="$enable_shared"
enableshared=$enableval
else
- if test $OS = AIX ; then
+ if test $OS = AIX -o $OS = IRIX64 ; then
enableshared=no ;
else
enableshared=yes ;
fi
echo $ac_n "checking for kdoc""... $ac_c" 1>&6
-echo "configure:1136: checking for kdoc" >&5
+echo "configure:1135: checking for kdoc" >&5
if test -r $kdocdir/kdoc ; then
echo "$ac_t""found" 1>&6
else
# Extract the first word of ""doc++"", so it can be a program name with args.
set dummy "doc++"; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1165: checking for $ac_word" >&5
+echo "configure:1164: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_docxx'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
else
echo $ac_n "checking for doc++""... $ac_c" 1>&6
-echo "configure:1199: checking for doc++" >&5
+echo "configure:1198: checking for doc++" >&5
if test -x "$docxx" ; then
echo "$ac_t""yes" 1>&6
else
AC_SUBST(withmultithreading)
-
dnl Test whether shared libraries support is requested. Note:
-dnl default is 'yes', if not on AIX
+dnl default is 'yes', if not on AIX or IRIX64
AC_ARG_ENABLE(shared,
[ --enable-shared Set compiler flags to generate shared libraries],
enableshared=$enableval,
- if test $OS = AIX ; then
+ if test $OS = AIX -o $OS = IRIX64 ; then
enableshared=no ;
else
enableshared=yes ;