[MOAB-dev] r4437 - MOAB/trunk/config

iulian at mcs.anl.gov iulian at mcs.anl.gov
Thu Jan 13 12:44:55 CST 2011


Author: iulian
Date: 2011-01-13 12:44:54 -0600 (Thu, 13 Jan 2011)
New Revision: 4437

Modified:
   MOAB/trunk/config/ccmio.m4
Log:
configure with ccmio was not working


Modified: MOAB/trunk/config/ccmio.m4
===================================================================
--- MOAB/trunk/config/ccmio.m4	2011-01-12 07:13:07 UTC (rev 4436)
+++ MOAB/trunk/config/ccmio.m4	2011-01-13 18:44:54 UTC (rev 4437)
@@ -16,7 +16,7 @@
 DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS --with-ccmio=\"${withval}\""
 ]
 , [CCMIO_ARG=])
-if test "xyes" = "x$CCMIO_ARG"; then
+if test "xno" != "x$CCMIO_ARG"; then
   AC_MSG_RESULT([yes])
 else
   AC_MSG_RESULT([no])
@@ -24,7 +24,7 @@
 
  # if CCMIO support is not disabled
 HAVE_CCMIO=no
-if test "xyes" = "x$CCMIO_ARG"; then
+if test "xno" != "x$CCMIO_ARG"; then
   HAVE_CCMIO=yes
 
     # if a path is specified, update LIBS and INCLUDES accordingly































More information about the moab-dev mailing list