mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[svn-r2523] Yet another small fix...
This commit is contained in:
parent
9a99342370
commit
471550e166
2
configure
vendored
2
configure
vendored
@ -9854,7 +9854,7 @@ cat >> src/H5config.h <<EOF
|
||||
#endif
|
||||
EOF
|
||||
|
||||
{ grep __cplusplus src H5pubconf.h 1>2 2>/dev/null;} || \
|
||||
{ grep __cplusplus src H5pubconf.h 1>&2 2>/dev/null;} || \
|
||||
cat >> src/H5pubconf.h <<EOF
|
||||
|
||||
/* inline is a keyword in C++. If this is a C++ compiler, undefine it */
|
||||
|
@ -1380,7 +1380,7 @@ EOF
|
||||
|
||||
dnl Put the C++ ifdef wrappers in the H5pubconf file as well, but only
|
||||
dnl if it's not there already.
|
||||
{ grep __cplusplus src H5pubconf.h 1>2 2>/dev/null;} || \
|
||||
{ grep __cplusplus src H5pubconf.h 1>&2 2>/dev/null;} || \
|
||||
cat >> src/H5pubconf.h <<EOF
|
||||
|
||||
/* inline is a keyword in C++. If this is a C++ compiler, undefine it */
|
||||
|
Loading…
Reference in New Issue
Block a user