aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 88481318a3b55c3ad48f50204c2716534ba1d936 (plain)
1
2
3
4
5
6
7
# make.configuration.defn for IOHDF5Util
# $Header$

# Ensure that the HDF5 library is available
ifeq ($(strip $(HAVE_HDF5)),)
  $(error 'IOHDF5Util requires an external HDF5 installation. Please reconfigure with HDF5=yes or remove IOHDF5Util from the ThornList !')
endif