Took at an FFLAGS= statement that was preventing the FFLAGS compile

variable from being set correctly.
This commit is contained in:
Harry Moffat 2008-02-19 23:32:34 +00:00
parent d80bb19126
commit 9fee427331
2 changed files with 0 additions and 8 deletions

4
configure vendored
View file

@ -9108,10 +9108,6 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
override_f77_libs=0;
if test -n $build_with_f2c_libs; then
FFLAGS=
fi
#case $ac_sys_system in
# Darwin*) FLIBS='-lSystem'; override_f77_libs=1; SHARED_CTLIB=0;;
#esac

View file

@ -1397,10 +1397,6 @@ AC_F77_LIBRARY_LDFLAGS()
override_f77_libs=0;
if test -n $build_with_f2c_libs; then
FFLAGS=
fi
#case $ac_sys_system in
# Darwin*) FLIBS='-lSystem'; override_f77_libs=1; SHARED_CTLIB=0;;
#esac