ICU-6660 Change definition of _CXX_CXXSUFFIX in configure.

X-SVN-Rev: 25095
This commit is contained in:
Michael Ow 2008-12-12 17:44:40 +00:00
parent 7d370d115d
commit 4700f4ae55
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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