[mpich2-commits] r6620 - mpich2/trunk

balaji at mcs.anl.gov balaji at mcs.anl.gov
Tue May 4 11:44:56 CDT 2010


Author: balaji
Date: 2010-05-04 11:44:56 -0500 (Tue, 04 May 2010)
New Revision: 6620

Modified:
   mpich2/trunk/configure.in
Log:
If the user asks for shared library support and we cannot support it,
error out at configure time, instead of just throwing a warning and
failing at make time.

Modified: mpich2/trunk/configure.in
===================================================================
--- mpich2/trunk/configure.in	2010-05-04 16:44:48 UTC (rev 6619)
+++ mpich2/trunk/configure.in	2010-05-04 16:44:56 UTC (rev 6620)
@@ -2011,7 +2011,7 @@
              fi
 	 done
 	 if test "$FC_SHL" = "false" ; then
-	     AC_MSG_WARN([Cannot build shared libraries for Fortran with this compiler])
+	     AC_ERROR([Cannot build shared libraries for Fortran with this compiler])
          fi
 	 # This is needed for Mac OSX 10.5
 	 rm -rf conftest.dSYM



More information about the mpich2-commits mailing list