mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r2939] Purpose:
Bug Description: When copying the --enable-production stuff, I forgot to change the CFLAGS to CXXFLAGS... Platforms tested: Solaris
This commit is contained in:
parent
e89c46e6b9
commit
a8533e99af
4
c++/configure
vendored
4
c++/configure
vendored
@ -1813,13 +1813,13 @@ case "X-$enable_production" in
|
||||
X-|X-no)
|
||||
echo "$ac_t"""development"" 1>&6
|
||||
CONFIG_MODE=development
|
||||
CXXFLAGS="$CFLAGS $DEBUG_CXXFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $DEBUG_CXXFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $DEBUG_CPPFLAGS"
|
||||
;;
|
||||
X-pg|X-profile)
|
||||
echo "$ac_t"""profile"" 1>&6
|
||||
CONFIG_MODE=profile
|
||||
CXXFLAGS="$CFLAGS $PROFILE_CXXFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $PROFILE_CXXFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $PROFILE_CPPFLAGS"
|
||||
;;
|
||||
*)
|
||||
|
@ -220,13 +220,13 @@ case "X-$enable_production" in
|
||||
X-|X-no)
|
||||
AC_MSG_RESULT("development")
|
||||
CONFIG_MODE=development
|
||||
CXXFLAGS="$CFLAGS $DEBUG_CXXFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $DEBUG_CXXFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $DEBUG_CPPFLAGS"
|
||||
;;
|
||||
X-pg|X-profile)
|
||||
AC_MSG_RESULT("profile")
|
||||
CONFIG_MODE=profile
|
||||
CXXFLAGS="$CFLAGS $PROFILE_CXXFLAGS"
|
||||
CXXFLAGS="$CXXFLAGS $PROFILE_CXXFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $PROFILE_CPPFLAGS"
|
||||
;;
|
||||
*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user