Ticket #28554: patch-config-apple.diff

File patch-config-apple.diff, 631 bytes (added by eborisch (Eric A. Borisch), 13 years ago)
  • config/apple

    old new  
    4949
    5050# Fortran doesn't work with shared libraries
    5151#
    52 if test "X-" != "X-$enable_fortran"; then
    53         echo '    Warning: shared libraries are not supported with Fortran'
    54         echo '    Disabling shared libraries'
    55         enable_shared="no"
    56 fi
     52#if test "X-yes" = "X-$enable_fortran"; then
     53#        echo '    Warning: shared libraries are not supported with Fortran'
     54#        echo '    Disabling shared libraries'
     55#        enable_shared="no"
     56#fi
    5757
    5858# compiler version strings
    5959case $CC in