Ticket #5383: patch-configure.diff
File patch-configure.diff, 655 bytes (added by konis@…, 19 years ago) |
---|
-
configure
old new 29108 29108 ## The Darwin 1.[012] special casing is from libtool and could be 29109 29109 ## eliminated ('-flat_namespace' is the default if available). 29110 29110 darwin1.[012]*) 29111 shlib_ldflags="- bundle -undefined suppress" ;;29111 shlib_ldflags="-undefined suppress -bundle" ;; 29112 29112 *) 29113 shlib_ldflags="- bundle -flat_namespace -undefined suppress" ;;29113 shlib_ldflags="-flat_namespace -bundle -undefined suppress" ;; 29114 29114 esac 29115 29115 shlib_cxxldflags="${shlib_ldflags}" 29116 29116 if test "${ac_cv_lib_cc_dynamic_main}" = yes; then