[MOAB-dev] r2124 - MOAB/trunk
kraftche at mcs.anl.gov
kraftche at mcs.anl.gov
Thu Oct 2 09:26:56 CDT 2008
Author: kraftche
Date: 2008-10-02 09:26:56 -0500 (Thu, 02 Oct 2008)
New Revision: 2124
Modified:
MOAB/trunk/configure.in
Log:
fix warnings (/compiled/configured/)
Modified: MOAB/trunk/configure.in
===================================================================
--- MOAB/trunk/configure.in 2008-10-02 13:42:22 UTC (rev 2123)
+++ MOAB/trunk/configure.in 2008-10-02 14:26:56 UTC (rev 2124)
@@ -925,16 +925,16 @@
if test "x$HAVE_HDF5" = "xno"; then
AC_MSG_WARN([
*************************************************************************
-* MOAB has been compiled w/out the HDF5 library.
-* Support for native file format disabled!
+* MOAB has been configured w/out the HDF5 library.
+* Support for native file format is disabled!
*************************************************************************])
fi
if test "x$HAVE_NETCDF" = "xno"; then
AC_MSG_WARN([
*************************************************************************
-* MOAB has been compiled w/out the NetCDF library.
-* Support for ExodusII/Genesis and other file formats disabled!
+* MOAB has been configured w/out the NetCDF library.
+* Support for ExodusII/Genesis and other file formats is disabled!
*************************************************************************])
fi
More information about the moab-dev
mailing list