[MOAB-dev] r1954 - MOAB/trunk
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Sun Jun 29 13:55:17 CDT 2008
Author: tautges
Date: 2008-06-29 13:55:17 -0500 (Sun, 29 Jun 2008)
New Revision: 1954
Modified:
MOAB/trunk/configure.in
Log:
Fixing an error message.
Modified: MOAB/trunk/configure.in
===================================================================
--- MOAB/trunk/configure.in 2008-06-29 18:53:55 UTC (rev 1953)
+++ MOAB/trunk/configure.in 2008-06-29 18:55:17 UTC (rev 1954)
@@ -296,11 +296,11 @@
ZOLTAN_MISSING=yes
;;
xyes)
- AC_MSG_ERROR([--enable-zoltan requires an argument])
+ AC_MSG_ERROR([--enable-mbzoltan requires an argument])
;;
esac
if test "x$WITH_MPI" = "xno"; then
- AC_MSG_ERROR([--enable-zoltan requires --with-mpi too!])
+ AC_MSG_ERROR([--enable-mbzoltan requires --with-mpi too!])
fi
if ! test -d "$ZOLTAN_DIR"; then
AC_MSG_WARN([$ZOLTAN_DIR : not a directory.])
More information about the moab-dev
mailing list