From 32d6fc158eb8bbb27e9a8a0c2b5df3210aba926d Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 30 Apr 2002 15:24:30 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@5777 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index 12a20df652..f39787ee96 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -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; -- 2.39.5