From 6a5a2ca4a1a9b7be1f27ea894d1e78c90f06e436 Mon Sep 17 00:00:00 2001 From: tradke Date: Thu, 16 May 2002 14:50:59 +0000 Subject: Use the '-s' flag for grep when checking for availability of the Stream VFD. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOStreamedHDF5/trunk@89 0888f3d4-9f52-45d2-93bc-d00801ff5e46 --- src/make.configuration.defn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make.configuration.defn b/src/make.configuration.defn index a8db886..fbafb98 100644 --- a/src/make.configuration.defn +++ b/src/make.configuration.defn @@ -2,7 +2,7 @@ # $Header$ # make sure that the HDF5 Stream Virtual File Driver is available -stream_support := $(shell grep '\#define H5_HAVE_STREAM 1' $(HDF5_INC_DIRS)/H5pubconf.h) +stream_support := $(shell grep -s '\#define H5_HAVE_STREAM 1' $(HDF5_INC_DIRS)/H5pubconf.h) ifeq ($(strip $(stream_support)),) $(error "IOStreamedHDF5 requires an HDF5 installation with built-in Stream Virtual File Driver. Please reconfigure with an appropriate HDF5 installation or remove IOStreamedHDF5 from ThornList !") -- cgit v1.2.3