summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-07-16 22:06:31 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-07-16 22:06:31 (GMT)
commit49a0e0648078008d64fed4a006b517bfb1cac001 (patch)
treeb593032073de1f63c5d0b06070737fd3a51db2b7 /configure.in
parent872c45010e6dd8d1821da58179507a59dec53556 (diff)
downloadhdf5-49a0e0648078008d64fed4a006b517bfb1cac001.zip
hdf5-49a0e0648078008d64fed4a006b517bfb1cac001.tar.gz
hdf5-49a0e0648078008d64fed4a006b517bfb1cac001.tar.bz2
[svn-r1500] Changed the default action for the search of HDF4 library and header files
to try locating them under /usr/ncsa/{lib,include} first. (/usr/ncsa/ is the default location for non-vendor software.)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 005984f..7aaf7c8 100644
--- a/configure.in
+++ b/configure.in
@@ -316,7 +316,7 @@ H5TOH4=h5toh4
AC_SUBST(TESTH5TOH4)
TESTH5TOH4='$(srcdir)/testh5toh4'
-AC_ARG_WITH(hdf4,[ --with-hdf4=INC,LIB Use the HDF4 library],,withval=yes)
+AC_ARG_WITH(hdf4,[ --with-hdf4=INC,LIB Use the HDF4 library],,withval=[/usr/ncsa/include,/usr/ncsa/lib])
case $withval in
yes)
AC_CHECK_HEADERS(mfhdf.h,,unset H5TOH4 TESTH5TOH4)