Changeset 3111 for trunk/coin.m4
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/stable/0.7 merged: 3110
- Property svn:mergeinfo changed
-
trunk/coin.m4
r3062 r3111 1704 1704 case $build in 1705 1705 *-cygwin* | *-mingw*) 1706 coin_disable_shared=yes1707 1706 if test x"$enable_shared" = xyes; then 1708 1707 case "$CXX" in 1709 1708 clang* ) 1709 coin_disable_shared=yes 1710 1710 AC_MSG_WARN([DLL building not supported. I'm disabling your choice.]) 1711 1711 ;; 1712 1712 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1713 coin_disable_shared=yes 1713 1714 AC_MSG_NOTICE([DLL building not supported, but will build with -MD(d) instead of -MT(d).]) 1714 1715 ;; 1716 *-g++*) 1717 coin_disable_shared=no 1718 ;; 1715 1719 *) 1720 coin_disable_shared=yes 1716 1721 AC_MSG_WARN([DLL building not supported. I'm disabling your choice.]) 1717 1722 ;;
Note: See TracChangeset
for help on using the changeset viewer.