[mpich2-commits] r5452 - mpich2/trunk/confdb

balaji at mcs.anl.gov balaji at mcs.anl.gov
Mon Oct 12 17:16:13 CDT 2009


Author: balaji
Date: 2009-10-12 17:16:13 -0500 (Mon, 12 Oct 2009)
New Revision: 5452

Modified:
   mpich2/trunk/confdb/aclocal_cc.m4
Log:
noopt should default to the same as "all" without -O2. Didn't catch
this the first time around.

No reviewer.


Modified: mpich2/trunk/confdb/aclocal_cc.m4
===================================================================
--- mpich2/trunk/confdb/aclocal_cc.m4	2009-10-12 22:10:27 UTC (rev 5451)
+++ mpich2/trunk/confdb/aclocal_cc.m4	2009-10-12 22:16:13 UTC (rev 5452)
@@ -593,7 +593,7 @@
 
 	noopt)
 		enable_strict_done="yes"
-		pac_cc_strict_flags="$pac_common_strict_flags"
+		pac_cc_strict_flags="$pac_common_strict_flags -D_POSIX_C_SOURCE=199506L"
 	;;
         
         no)



More information about the mpich2-commits mailing list