aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 234da33bf46e1bbf58982fb680f25aac0db3adfd (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 the HDF5 library.  Please configure with HDF5 or remove IOHDF5Util from the ThornList.)
endif