]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jan 2003 23:58:34 +0000 (23:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Jan 2003 23:58:34 +0000 (23:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@6953 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure

index 56e2bcad6aa146e84345297796ebab2adf61716b..5cfbf55db5243deb7a157ba0f50948ef32f48859 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.139 .
+# From configure.in Revision: 1.141 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.57.
 #
@@ -2835,8 +2835,18 @@ echo "$as_me: error: Unrecognized compiler -- sorry" >&2;}
     if test "$GXX" = yes ; then
     CXXFLAGSO="$CXXFLAGS -O2 -Wuninitialized -felide-constructors -ftemplate-depth-32"
     CXXFLAGSG="$CXXFLAGS -DDEBUG -pedantic -Wall -W -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Winline -Woverloaded-virtual -Wstrict-prototypes -Wsynth -Wsign-compare -Wconversion -Wswitch -ftemplate-depth-32"
-    CXXFLAGSPIC="-fPIC"
-    LDFLAGSPIC="-fPIC"
+
+            case "$target" in
+      *aix* )
+       CXXFLAGSPIC=
+       LDFLAGSPIC=
+       ;;
+
+      *)
+       CXXFLAGSPIC="-fPIC"
+       LDFLAGSPIC="-fPIC"
+       ;;
+    esac
 
 
     case "$GXX_VERSION" in
@@ -3385,8 +3395,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; }; then
 
-         echo "$as_me:$LINENO: result: not necessary" >&5
-echo "${ECHO_T}not necessary" >&6
+         echo "$as_me:$LINENO: result: no" >&5
+echo "${ECHO_T}no" >&6
 
 else
   echo "$as_me: failed program was:" >&5
@@ -6370,7 +6380,7 @@ else
 fi;
 
 case "$target" in
-   *-aix* | alpha*-linux* | alpha*-osf45* | *cygwin | powerpc-apple-darwin* )
+   *-aix4* | alpha*-linux* | alpha*-osf45* | *cygwin | powerpc-apple-darwin* )
           { echo "$as_me:$LINENO: WARNING: Shared libraries not supported on $target. Using static libs instead" >&5
 echo "$as_me: WARNING: Shared libraries not supported on $target. Using static libs instead" >&2;}
           enableshared=no

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.