Ticket #28554: patch-config-apple.diff
File patch-config-apple.diff, 631 bytes (added by eborisch (Eric A. Borisch), 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"; then53 echo ' Warning: shared libraries are not supported with Fortran'54 echo ' Disabling shared libraries'55 enable_shared="no"56 fi52 #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 57 57 58 58 # compiler version strings 59 59 case $CC in