#! /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.
#
;;
*)
- CXXFLAGSG = "$CXXFLAGSG -fno-vtable-thunks"
- CXXFLAGSO = "$CXXFLAGSO -fno-vtable-thunks"
+ CXXFLAGSG="$CXXFLAGSG -fno-vtable-thunks"
+ CXXFLAGSO="$CXXFLAGSO -fno-vtable-thunks"
;;
esac
;;
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
pthread_t p;
pthread_create (&p, 0, 0, 0);
- pthread_join (&p, 0);
+ pthread_join (p, 0);
;
return 0;