[MOAB-dev] r4277 - MOAB/trunk/config
tautges at mcs.anl.gov
tautges at mcs.anl.gov
Thu Nov 18 12:37:36 CST 2010
Author: tautges
Date: 2010-11-18 12:37:36 -0600 (Thu, 18 Nov 2010)
New Revision: 4277
Modified:
MOAB/trunk/config/compiler.m4
Log:
Inserted a missing ".
Modified: MOAB/trunk/config/compiler.m4
===================================================================
--- MOAB/trunk/config/compiler.m4 2010-11-18 17:45:53 UTC (rev 4276)
+++ MOAB/trunk/config/compiler.m4 2010-11-18 18:37:36 UTC (rev 4277)
@@ -190,7 +190,7 @@
CFLAGS="$CFLAGS -O2 -DNDEBUG"
fi
if test "xyes" = "x$enable_fc_optimize"; then
- FCFLAGS="$FCFLAGS -O2
+ FCFLAGS="$FCFLAGS -O2"
fi
# Check for 32/64 bit.
More information about the moab-dev
mailing list