F2c issue is resolved.

This commit is contained in:
Harry Moffat 2008-08-22 03:18:07 +00:00
parent a2f48d98fe
commit 4963b88f1e

View file

@ -31,7 +31,11 @@ FORT = @F90@
FORT_FLAGS = @FFLAGS@
# Fortran libraries
ifeq (@build_with_f2c@, 0)
FORT_LIBS = @FLIBS@
else
FORT_LIBS =
endif
# the C++ compiler
CXX = @CXX@