diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-07 21:01:32 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-09-07 21:01:32 (GMT) |
commit | 471550e1665c2c376326050ad4dc29ad8ec66d28 (patch) | |
tree | c18591d59964819a0157fa8528e6f3e83f04c99c /configure.in | |
parent | 9a993423708356808048661aa916fe4dac57df83 (diff) | |
download | hdf5-471550e1665c2c376326050ad4dc29ad8ec66d28.zip hdf5-471550e1665c2c376326050ad4dc29ad8ec66d28.tar.gz hdf5-471550e1665c2c376326050ad4dc29ad8ec66d28.tar.bz2 |
[svn-r2523] Yet another small fix...
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f69c458..20f102a 100644 --- a/configure.in +++ b/configure.in @@ -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 */ |