summaryrefslogtreecommitdiff
path: root/hints/solaris_2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/solaris_2.sh')
-rw-r--r--hints/solaris_2.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh
index e50d9d8323..21bfc8756e 100644
--- a/hints/solaris_2.sh
+++ b/hints/solaris_2.sh
@@ -694,21 +694,6 @@ EOM
esac
EOCBU
-#
-# If unsetenv is available, use it in conjunction with PERL_USE_SAFE_PUTENV to
-# work around Sun bugid 6333830. Both unsetenv and 6333830 only appear in
-# Solaris 10, so we don't need to probe explicitly for an OS version. We have
-# to append this test to the end of config.over as it needs to run after
-# Configure has probed for unsetenv, and this hints file is processed before
-# that has happened.
-#
-cat >> config.over <<'EOOVER'
-if test "$d_unsetenv" = "$define" -a \
- `expr "$ccflags" : '.*-DPERL_USE_SAFE_PUTENV'` -eq 0; then
- ccflags="$ccflags -DPERL_USE_SAFE_PUTENV"
-fi
-EOOVER
-
rm -f try.c try.o try a.out
# If using C++, the Configure scan for dlopen() will fail in Solaris