[svn-r2523] Yet another small fix...

This commit is contained in:
Bill Wendling 2000-09-07 16:01:32 -05:00
parent 9a99342370
commit 471550e166
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

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

View File

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