Ticket #28253: apple_fortran_config.patch
File apple_fortran_config.patch, 420 bytes (added by daniel.hornung@…, 14 years ago) |
---|
-
config/apple
old new 49 49 50 50 # Fortran doesn't work with shared libraries 51 51 # 52 if test "X- " != "X-$enable_fortran"; then52 if test "X-yes" = "X-$enable_fortran"; then 53 53 echo ' Warning: shared libraries are not supported with Fortran' 54 54 echo ' Disabling shared libraries' 55 55 enable_shared="no"