summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Laird <jlaird@hdfgroup.org>2005-03-01 18:47:23 (GMT)
committerJames Laird <jlaird@hdfgroup.org>2005-03-01 18:47:23 (GMT)
commit2f4f7d07b18ac5bcc2e7b38842c2972c910cc7a1 (patch)
tree73bb5494cce26f9c72a3f33a5770f75a9889e4d8 /configure
parent206aad5bb2da7f9b97e3b1946a604276cae467e1 (diff)
downloadhdf5-2f4f7d07b18ac5bcc2e7b38842c2972c910cc7a1.zip
hdf5-2f4f7d07b18ac5bcc2e7b38842c2972c910cc7a1.tar.gz
hdf5-2f4f7d07b18ac5bcc2e7b38842c2972c910cc7a1.tar.bz2
[svn-r10112] Purpose:
Bug fix Description: A test in configure.in redirected output in a way that made mir (at least) unhappy (test: too many arguments). Solution: Changed the semantics so that mir was happy. This didn't seem to make any other platforms unhappy, either. Platforms tested: eirene, modi4, copper, mir, sleipnir (only tested configure)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 810a79d..ff08fb8 100755
--- a/configure
+++ b/configure
@@ -50337,7 +50337,7 @@ fi
PARALLEL=${PARALLEL:-no}
-if `echo $CC | grep / 2>&1 /dev/null`; then
+if `echo $CC | grep / >/dev/null 2>&1`; then
CC_VERSION="$CC"
else
CC_VERSION="$CC";