Ticket #28253: apple_fortran_config.patch

File apple_fortran_config.patch, 420 bytes (added by daniel.hornung@…, 13 years ago)

Patch for config/apple

  • config/apple

    old new  
    4949
    5050# Fortran doesn't work with shared libraries
    5151#
    52 if test "X-" != "X-$enable_fortran"; then
     52if test "X-yes" = "X-$enable_fortran"; then
    5353        echo '    Warning: shared libraries are not supported with Fortran'
    5454        echo '    Disabling shared libraries'
    5555        enable_shared="no"