[MOAB-dev] r2121 - MOAB/trunk/m4

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Oct 1 15:48:59 CDT 2008


Author: kraftche
Date: 2008-10-01 15:48:58 -0500 (Wed, 01 Oct 2008)
New Revision: 2121

Modified:
   MOAB/trunk/m4/hdf5.m4
Log:
typo in previous checkin

Modified: MOAB/trunk/m4/hdf5.m4
===================================================================
--- MOAB/trunk/m4/hdf5.m4	2008-10-01 20:42:35 UTC (rev 2120)
+++ MOAB/trunk/m4/hdf5.m4	2008-10-01 20:48:58 UTC (rev 2121)
@@ -101,7 +101,7 @@
   fi
 
     # if a path is specified, update LIBS and INCLUDES accordingly
-  if test "xyes" != "x$HDF5_ARG" && "x" != "x$HDF5_ARG"; then
+  if test "xyes" != "x$HDF5_ARG" && test "x" != "x$HDF5_ARG"; then
     if test -d "${HDF5_ARG}/lib"; then
       HDF5_LDFLAGS="$HDF5_LDFLAGS -L${HDF5_ARG}/lib"
     elif test -d "${HDF5_ARG}"; then




More information about the moab-dev mailing list