Changeset 3116
- Timestamp:
- Dec 3, 2013 7:55:24 PM (7 years ago)
- Location:
- stable/0.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.7
-
stable/0.7/coin.m4
r3113 r3116 1569 1569 coin_disable_shared=yes 1570 1570 if test x"$enable_shared" = xyes; then 1571 case "$C XX" in1571 case "$CC" in 1572 1572 clang* ) 1573 1573 AC_MSG_WARN([DLL building not supported. I'm disabling your choice.]) … … 1576 1576 AC_MSG_NOTICE([DLL building not supported, but will build with -MD(d) instead of -MT(d).]) 1577 1577 ;; 1578 *g ++*)1579 if test x"$ dependency_linking" = xyes; then1578 *gcc*) 1579 if test x"$enable_dependency_linking" = xyes; then 1580 1580 coin_disable_shared=no 1581 1581 else
Note: See TracChangeset
for help on using the changeset viewer.