From 35db555dce93f328af8b08f6978ed5ccd10306fa Mon Sep 17 00:00:00 2001 From: Andreas Adelmann Date: Tue, 15 Jun 2010 11:52:49 +0000 Subject: [PATCH] add h5ToVtk --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ce57f47..67876f6 100644 --- a/configure.ac +++ b/configure.ac @@ -396,7 +396,7 @@ fi AC_MSG_CHECKING([wheter tools are enabled]) if test "X$USE_TOOLS" = "Xyes"; then AC_MSG_RESULT([yes]) - BUILD_TOOLS="h5pAttrib h5pToGNUplot # homdynToH5p" + BUILD_TOOLS="h5pAttrib h5pToGNUplot h5ToVtk# homdynToH5p" else AC_MSG_RESULT([no]) fi