Ticket #6202: patch-configure.diff
File patch-configure.diff, 1.1 KB (added by konis@…, 19 years ago) |
---|
-
configure
old new 28650 28650 #define HAVE_NO_SYMBOL_UNDERSCORE 1 28651 28651 _ACEOF 28652 28652 28653 ## Need '-no-cpp-precomp' say J de Leeuw <deleeuw@stat.ucla.edu> and28654 ## http://fink.sourceforge.net/doc/porting/basics.php.28655 separator=""28656 test -z "${separator}" && separator=" "28657 if test -z "${R_XTRA_CPPFLAGS}"; then28658 R_XTRA_CPPFLAGS="-no-cpp-precomp"28659 else28660 R_XTRA_CPPFLAGS="${R_XTRA_CPPFLAGS}${separator}-no-cpp-precomp"28661 fi28662 28653 ;; 28663 28654 hpux*) 28664 28655 cat >>confdefs.h <<\_ACEOF … … 29200 29191 ## The Darwin 1.[012] special casing is from libtool and could be 29201 29192 ## eliminated ('-flat_namespace' is the default if available). 29202 29193 darwin1.[012]*) 29203 shlib_ldflags="- bundle -undefined suppress" ;;29194 shlib_ldflags="-undefined suppress -bundle" ;; 29204 29195 *) 29205 shlib_ldflags="- bundle -flat_namespace -undefined suppress" ;;29196 shlib_ldflags="-flat_namespace -undefined suppress -bundle" ;; 29206 29197 esac 29207 29198 shlib_cxxldflags="${shlib_ldflags}" 29208 29199 if test "${ac_cv_lib_cc_dynamic_main}" = yes; then