31 Mar
2010
31 Mar
'10
9:20 a.m.
Author: kraftche Date: 2010-03-31 09:20:00 -0500 (Wed, 31 Mar 2010) New Revision: 3730 Modified: MOAB/trunk/configure.ac Log: make --disable-fortran work with libtool 2.2.6b Modified: MOAB/trunk/configure.ac =================================================================== --- MOAB/trunk/configure.ac 2010-03-30 19:47:59 UTC (rev 3729) +++ MOAB/trunk/configure.ac 2010-03-31 14:20:00 UTC (rev 3730) @@ -43,7 +43,7 @@ FATHOM_TEMPLATE_FUNC_SPECIALIZATION AM_CPPFLAGS="$AM_CPPFLAGS $TEMPLATE_SPECIALIZATION $TEMPLATE_FUNC_SPECIALIZATION" -if test "x" != "x$FC"; then +if test "xyes" = "x$ENABLE_FORTRAN" && test "x" != "x$FC"; then AC_FC_WRAPPERS fi
6014
Age (days ago)
6014
Last active (days ago)
0 comments
1 participants
participants (1)
-
kraftche@cae.wisc.edu