Took at an FFLAGS= statement that was preventing the FFLAGS compile
variable from being set correctly.
This commit is contained in:
parent
d80bb19126
commit
9fee427331
2 changed files with 0 additions and 8 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue