]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Disable shared libraries on IRIX64 as well.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Mar 2000 09:01:26 +0000 (09:01 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Mar 2000 09:01:26 +0000 (09:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@2577 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure
deal.II/configure.in

index 46eeb1a203536b0da9443ac8b088cb4d7a3827a9..7e6467c5a263bd797a4f45f4c6656e6746acdca5 100755 (executable)
@@ -1079,13 +1079,12 @@ fi
 
 
 
-
 # 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 ;
@@ -1132,7 +1131,7 @@ else
 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
@@ -1161,7 +1160,7 @@ if test "$docxx" = to-be-determined ; then
   # 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
@@ -1195,7 +1194,7 @@ fi
 
 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
index 5a39ddba3b141adfae9583e4e0c97820f908b91a..7019336a54d4bb84a14bfaee269a6529985997a1 100644 (file)
@@ -110,13 +110,12 @@ fi
 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 ;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.