diff configure.in @ 9543:1d51ab34b509

tweaks for HDF5 library check
author John W. Eaton <jwe@octave.org>
date Tue, 18 Aug 2009 15:28:55 -0400
parents f5ec5dc66824
children d3fccc4c4b9e
line wrap: on
line diff
--- a/configure.in
+++ b/configure.in
@@ -505,7 +505,8 @@
   [hdf5.h], [H5Gget_num_objs], [], [],
   [warn_hdf5=
    OCTAVE_HDF5_HAS_REQUIRED_API
-   if test $HAVE_HDF5; then
+   if test $octave_hdf5_ok = yes; then
+     TEXINFO_HDF5="@set HAVE_HDF5"
      AC_DEFINE(HAVE_HDF5, 1, [Define if HDF5 is available.])
      AC_DEFINE(HAVE_H5GGET_NUM_OBJS, 1, [Define if HDF5 has H5Gget_num_objs.])
      case "$canonical_host_type" in