summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index efbf7ee..d5c9f50 100755
--- a/configure
+++ b/configure
@@ -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 */