diff options
author | Craig A. Berry <craigberry@mac.com> | 2006-09-14 03:50:18 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2006-09-14 03:50:18 +0000 |
commit | 60f153dbff502bbba0af0d17c0358a2a047d68e6 (patch) | |
tree | c1ccd3ce9d19d2e9b9b60fd12f9b05a3416b6f99 /configure.com | |
parent | 7e827271d645402804a156e9a8b9edddac65bd6a (diff) | |
download | perl-60f153dbff502bbba0af0d17c0358a2a047d68e6.tar.gz |
Define d_cplusplus on VMS when appropriate
p4raw-id: //depot/perl@28843
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.com b/configure.com index b9e94f0c7d..c0fb94bcac 100644 --- a/configure.com +++ b/configure.com @@ -2027,7 +2027,10 @@ $ DELETE/NOLOG/NOCONFIRM cxxvers.*; $ echo "You are using CXX ''line'" $ cxxversion = line $ ccversion = line +$ d_cplusplus = "define" $ CALL Cxx_demangler_cleanup +$ ELSE +$ d_cplusplus = "undef" $ ENDIF $! $Cxx_demangler_cleanup: SUBROUTINE @@ -5696,7 +5699,7 @@ $ WC "d_class='undef'" $ WC "d_cmsghdr_s='undef'" $ WC "d_const='define'" $ WC "d_copysignl='define'" -$ WC "d_cplusplus='undef'" +$ WC "d_cplusplus='" + d_cplusplus + "'" $ WC "d_crypt='define'" $ WC "d_csh='undef'" $ WC "d_cuserid='define'" |