Changeset 361 for trunk/coin.m4
- Timestamp:
- Jun 18, 2007 8:26:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r351 r361 508 508 fi 509 509 510 # It seems that we need to cleanup something here for the Windows 511 case "$CXX" in 512 cl* | */cl* | CL* | */CL* ) 513 sed -e 's/^void exit (int);//' confdefs.h >> confdefs.hh 514 mv confdefs.hh confdefs.h 515 ;; 516 esac 517 510 518 # Autoconf incorrectly concludes that cl recognises -g. It doesn't. 511 519 case "$CXX" in
Note: See TracChangeset
for help on using the changeset viewer.