mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-6660 Change definition of _CXX_CXXSUFFIX in configure.
X-SVN-Rev: 25095
This commit is contained in:
parent
7d370d115d
commit
4700f4ae55
2 changed files with 2 additions and 2 deletions
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
|
@ -2070,7 +2070,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
|
|||
|
||||
|
||||
# This variable is needed on z/OS because the C++ compiler only recognizes .C
|
||||
_CXX_CXXSUFFIX=cc
|
||||
_CXX_CXXSUFFIX=cpp
|
||||
export _CXX_CXXSUFFIX
|
||||
# Checks for programs
|
||||
ac_ext=c
|
||||
|
|
|
@ -47,7 +47,7 @@ AC_CANONICAL_HOST
|
|||
AC_SUBST(CPPFLAGS)
|
||||
|
||||
# This variable is needed on z/OS because the C++ compiler only recognizes .C
|
||||
_CXX_CXXSUFFIX=cc
|
||||
_CXX_CXXSUFFIX=cpp
|
||||
export _CXX_CXXSUFFIX
|
||||
# Checks for programs
|
||||
AC_PROG_CC
|
||||
|
|
Loading…
Add table
Reference in a new issue