mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-24 14:24:59 +08:00
* libltdl/m4/libtool.m4 (_LT_PROG_FC): Undo commit - bad idea.
This commit is contained in:
parent
3971a6b611
commit
e9ebb750f5
@ -1,5 +1,7 @@
|
||||
2008-03-06 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_PROG_FC): Undo commit - bad idea.
|
||||
|
||||
* libltdl/m4/libtool.m4 (_LT_PROG_FC): Report FC=no if the FC
|
||||
compiler is not a GNU compiler and the CXX compiler is a GNU
|
||||
compiler.
|
||||
|
9
libltdl/m4/libtool.m4
vendored
9
libltdl/m4/libtool.m4
vendored
@ -6644,15 +6644,6 @@ AC_PROG_FC
|
||||
if test -z "$FC" || test "X$FC" = "Xno"; then
|
||||
_lt_disable_FC=yes
|
||||
fi
|
||||
|
||||
# If g++ is being used, but the fortran compiler is not a gnu
|
||||
# compiler, we should simply ignore it. It will not grok -shared, for
|
||||
# example.
|
||||
if test "x$ac_cv_fc_compiler_gnu" != "x$GXX"; then
|
||||
FC=no
|
||||
_lt_disable_FC=yes
|
||||
fi
|
||||
|
||||
popdef([AC_MSG_ERROR])
|
||||
])# _LT_PROG_FC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user