Ticket #18937: patch-configure.diff
File patch-configure.diff, 1.5 KB (added by vinc17@…, 15 years ago) |
---|
-
configure
old new 10603 10603 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in 10604 10604 10.0,*86*-darwin8*|10.0,*-darwin[91]*) 10605 10605 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; 10606 10.[012 ]*)10606 10.[0124]*) 10607 10607 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;; 10608 10608 10.*) 10609 10609 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;; … … 11768 11768 allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 11769 11769 else 11770 11770 case ${MACOSX_DEPLOYMENT_TARGET} in 11771 10.[012 ])11771 10.[0124]) 11772 11772 allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 11773 11773 ;; 11774 11774 10.*) … … 18452 18452 allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 18453 18453 else 18454 18454 case ${MACOSX_DEPLOYMENT_TARGET} in 18455 10.[012 ])18455 10.[0124]) 18456 18456 allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 18457 18457 ;; 18458 18458 10.*) … … 21085 21085 allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 21086 21086 else 21087 21087 case ${MACOSX_DEPLOYMENT_TARGET} in 21088 10.[012 ])21088 10.[0124]) 21089 21089 allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' 21090 21090 ;; 21091 21091 10.*)