]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Revert patch for IRIX, since I have found the problem at another place.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Mar 2000 14:25:06 +0000 (14:25 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Mar 2000 14:25:06 +0000 (14:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@2579 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 7e6467c5a263bd797a4f45f4c6656e6746acdca5..46eeb1a203536b0da9443ac8b088cb4d7a3827a9 100755 (executable)
@@ -1079,12 +1079,13 @@ 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 -o $OS = IRIX64 ; then
+  if test $OS = AIX ; then
       enableshared=no ;
     else
       enableshared=yes ;
@@ -1131,7 +1132,7 @@ else
 fi
 
 echo $ac_n "checking for kdoc""... $ac_c" 1>&6
-echo "configure:1135: checking for kdoc" >&5
+echo "configure:1136: checking for kdoc" >&5
 if test -r $kdocdir/kdoc ; then
   echo "$ac_t""found" 1>&6
 else
@@ -1160,7 +1161,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:1164: checking for $ac_word" >&5
+echo "configure:1165: 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
@@ -1194,7 +1195,7 @@ fi
 
 else
   echo $ac_n "checking for doc++""... $ac_c" 1>&6
-echo "configure:1198: checking for doc++" >&5
+echo "configure:1199: checking for doc++" >&5
   if test -x "$docxx" ; then
     echo "$ac_t""yes" 1>&6
   else
index 7019336a54d4bb84a14bfaee269a6529985997a1..5a39ddba3b141adfae9583e4e0c97820f908b91a 100644 (file)
@@ -110,12 +110,13 @@ fi
 AC_SUBST(withmultithreading)
 
 
+
 dnl    Test whether shared libraries support is requested. Note:
-dnl    default is 'yes', if not on AIX or IRIX64
+dnl    default is 'yes', if not on AIX
 AC_ARG_ENABLE(shared,
 [  --enable-shared Set compiler flags to generate shared libraries],
     enableshared=$enableval,
-    if test $OS = AIX -o $OS = IRIX64 ; then
+    if test $OS = AIX ; 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.