From 7e827271d645402804a156e9a8b9edddac65bd6a Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 13 Sep 2006 23:19:04 +0300 Subject: (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC Message-ID: <45083D88.7050207@iki.fi> Plus a tweak to the name of CC. p4raw-id: //depot/perl@28842 --- hints/solaris_2.sh | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'hints/solaris_2.sh') diff --git a/hints/solaris_2.sh b/hints/solaris_2.sh index d4549e3acb..fcb7233794 100644 --- a/hints/solaris_2.sh +++ b/hints/solaris_2.sh @@ -645,19 +645,6 @@ rm -f try.c try.o try a.out # a delicate spot in Configure, so easier just to force our guess here # for Solaris. case "$cc" in -*g++*|/opt/SUNWspro/bin/CC) d_dlopen='define' ;; -esac - -# The Sun C++ doesn't define the global environ array. -case "$cc" in -/opt/SUNWspro/bin/CC) - for o in NO_ENVIRON_ARRAY PERL_USE_SAFE_PUTENV - do - case "$ccflags" in - *$o*) ;; - *) ccflags="$ccflags $o" ;; - esac - done - ;; +*g++*|*CC*) d_dlopen='define' ;; esac -- cgit v1.2.1