aboutsummaryrefslogtreecommitdiff
path: root/src/make.configuration.defn
blob: 97a43aea7a07074ba6abefd0392a21e22482e594 (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