aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorJeff Sturm <jsturm@one-point.com>2003-10-03 19:38:05 +0000
committerJeff Sturm <jsturm@gcc.gnu.org>2003-10-03 19:38:05 +0000
commita97386cda2fd05aebec13fd455e8191dae9b3511 (patch)
treea16c625c54198c18803e239f5ee7c8deb7df3b34 /boehm-gc
parentaa44273b85d17ab119a65ac6852bb6061bbeac05 (diff)
downloadgcc-a97386cda2fd05aebec13fd455e8191dae9b3511.zip
gcc-a97386cda2fd05aebec13fd455e8191dae9b3511.tar.gz
gcc-a97386cda2fd05aebec13fd455e8191dae9b3511.tar.bz2
* configure: Rebuild.
From-SVN: r72075
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
-rwxr-xr-xboehm-gc/configure44
2 files changed, 24 insertions, 24 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index f38b218..fff7ae7 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-03 Jeff Sturm <jsturm@one-point.com>
+
+ * configure: Rebuild.
+
2003-10-03 Hans Boehm <Hans.Boehm@hp.com>
* configure.in: Remove NO_GETENV definition for win32.
diff --git a/boehm-gc/configure b/boehm-gc/configure
index f75df12..5cce0e9 100755
--- a/boehm-gc/configure
+++ b/boehm-gc/configure
@@ -2868,11 +2868,7 @@ EOF
#define GC_WIN32_THREADS 1
EOF
- cat >> confdefs.h <<\EOF
-#define NO_GETENV 1
-EOF
-
- ;;
+ ;;
dgux386)
THREADS=dgux386
echo "$ac_t""$THREADLIBS" 1>&6
@@ -2941,7 +2937,7 @@ case "$host" in
*-*-darwin*) ;;
*)
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
-echo "configure:2945: checking for dlopen in -ldl" >&5
+echo "configure:2941: checking for dlopen in -ldl" >&5
ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -2949,7 +2945,7 @@ else
ac_save_LIBS="$LIBS"
LIBS="-ldl $LIBS"
cat > conftest.$ac_ext <<EOF
-#line 2953 "configure"
+#line 2949 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
@@ -2960,7 +2956,7 @@ int main() {
dlopen()
; return 0; }
EOF
-if { (eval echo configure:2964: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
+if { (eval echo configure:2960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
rm -rf conftest*
eval "ac_cv_lib_$ac_lib_var=yes"
else
@@ -3039,7 +3035,7 @@ fi
# Configuration of shared libraries
#
echo $ac_n "checking whether to build shared libraries""... $ac_c" 1>&6
-echo "configure:3043: checking whether to build shared libraries" >&5
+echo "configure:3039: checking whether to build shared libraries" >&5
# Check whether --enable-shared or --disable-shared was given.
if test "${enable_shared+set}" = set; then
enableval="$enable_shared"
@@ -3077,7 +3073,7 @@ esac
# Configuration of machine-dependent code
#
echo $ac_n "checking which machine-dependent code should be used""... $ac_c" 1>&6
-echo "configure:3081: checking which machine-dependent code should be used" >&5
+echo "configure:3077: checking which machine-dependent code should be used" >&5
machdep=
case "$host" in
alpha*-*-openbsd*)
@@ -3157,10 +3153,10 @@ addobjs="$addobjs $machdep"
# Check for AViiON Machines running DGUX
#
echo $ac_n "checking if host is AViiON running DGUX""... $ac_c" 1>&6
-echo "configure:3161: checking if host is AViiON running DGUX" >&5
+echo "configure:3157: checking if host is AViiON running DGUX" >&5
ac_is_dgux=no
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
-echo "configure:3164: checking how to run the C preprocessor" >&5
+echo "configure:3160: checking how to run the C preprocessor" >&5
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
CPP=
@@ -3175,13 +3171,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
cat > conftest.$ac_ext <<EOF
-#line 3179 "configure"
+#line 3175 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3185: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3181: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -3192,13 +3188,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -E -traditional-cpp"
cat > conftest.$ac_ext <<EOF
-#line 3196 "configure"
+#line 3192 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3202: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3198: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -3209,13 +3205,13 @@ else
rm -rf conftest*
CPP="${CC-cc} -nologo -E"
cat > conftest.$ac_ext <<EOF
-#line 3213 "configure"
+#line 3209 "configure"
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3219: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3215: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
:
@@ -3241,17 +3237,17 @@ echo "$ac_t""$CPP" 1>&6
ac_safe=`echo "sys/dg_sys_info.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for sys/dg_sys_info.h""... $ac_c" 1>&6
-echo "configure:3245: checking for sys/dg_sys_info.h" >&5
+echo "configure:3241: checking for sys/dg_sys_info.h" >&5
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 3250 "configure"
+#line 3246 "configure"
#include "confdefs.h"
#include <sys/dg_sys_info.h>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:3255: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:3251: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
rm -rf conftest*
@@ -3311,7 +3307,7 @@ if false; then
echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
-echo "configure:3315: checking for executable suffix" >&5
+echo "configure:3311: checking for executable suffix" >&5
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -3321,7 +3317,7 @@ else
rm -f conftest*
echo 'int main () { return 0; }' > conftest.$ac_ext
ac_cv_exeext=
- if { (eval echo configure:3325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+ if { (eval echo configure:3321: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
*.c | *.o | *.obj) ;;
@@ -3344,7 +3340,7 @@ ac_exeext=$EXEEXT
fi
echo $ac_n "checking whether Solaris gcc optimization fix is necessary""... $ac_c" 1>&6
-echo "configure:3348: checking whether Solaris gcc optimization fix is necessary" >&5
+echo "configure:3344: checking whether Solaris gcc optimization fix is necessary" >&5
case "$host" in
sparc-sun-solaris2*|*aix*)
if test "$GCC" = yes; then