]> https://gitweb.dealii.org/ - dealii.git/commitdiff
.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 30 Apr 2002 15:24:30 +0000 (15:24 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 30 Apr 2002 15:24:30 +0000 (15:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@5777 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure

index 12a20df652ec752c72e165ea8cca5906d80335f7..f39787ee96d5956624a5d50084dfc83b6078ffc1 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.in Revision: 1.108 .
+# From configure.in Revision: 1.109 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by Autoconf 2.50.
 #
@@ -2191,8 +2191,8 @@ echo "$as_me: error: Unrecognized compiler" >&2;}
                 ;;
 
             *)
-                CXXFLAGSG = "$CXXFLAGSG -fno-vtable-thunks"
-                CXXFLAGSO = "$CXXFLAGSO -fno-vtable-thunks"
+                CXXFLAGSG="$CXXFLAGSG -fno-vtable-thunks"
+                CXXFLAGSO="$CXXFLAGSO -fno-vtable-thunks"
                 ;;
           esac
           ;;
@@ -2529,12 +2529,12 @@ rm -f conftest.$ac_objext conftest.$ac_ext
       fi
     else
       if test "x$GXX_VERSION" = "xibm_xlc" ; then
-        CXXFLAGSG = "$CXXFLAGSG -threaded"
-        CXXFLAGSO = "$CXXFLAGSO -threaded"
+        CXXFLAGSG="$CXXFLAGSG -threaded"
+        CXXFLAGSO="$CXXFLAGSO -threaded"
       else
         if test "x$GXX_VERSION" = "xcompaq_cxx" ; then
-          CXXFLAGSG = "$CXXFLAGSG -pthread"
-          CXXFLAGSO = "$CXXFLAGSO -pthread"
+          CXXFLAGSG="$CXXFLAGSG -pthread"
+          CXXFLAGSO="$CXXFLAGSO -pthread"
         else
                     { { echo "$as_me:2539: error: No threading compiler options for this C++ compiler
                        specified at present" >&5
@@ -2582,7 +2582,7 @@ main ()
 
        pthread_t         p;
        pthread_create (&p, 0, 0, 0);
-       pthread_join (&p, 0);
+       pthread_join (p, 0);
 
   ;
   return 0;

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.