Changeset 146
- Timestamp:
- Nov 29, 2006 1:27:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/0.5/coin.m4
r133 r146 545 545 fi 546 546 547 # if PM doesn't want the warning messages, take them out 548 if test x"$coin_skip_warn_cxxflags" = xyes; then 549 coin_warn_cxxflags= 550 fi 551 547 552 if test x${DBG_CXXFLAGS+set} != xset; then 548 553 DBG_CXXFLAGS="$coin_dbg_cxxflags $coin_add_cxxflags $coin_warn_cxxflags" … … 849 854 fi 850 855 856 # if PM doesn't want the warning messages, take them out 857 if test x"$coin_skip_warn_cflags" = xyes; then 858 coin_warn_cflags= 859 fi 860 851 861 if test x${DBG_CFLAGS+set} != xset; then 852 862 DBG_CFLAGS="$coin_dbg_cflags $coin_add_cflags $coin_warn_cflags" … … 1035 1045 FFLAGS=-O 1036 1046 AC_TRY_LINK([],[ integer i], [coin_opt_fflags="-O"]) 1047 fi 1048 1049 # if PM doesn't want the warning messages, take them out 1050 if test x"$coin_skip_warn_fflags" = xyes; then 1051 coin_warn_fflags= 1037 1052 fi 1038 1053
Note: See TracChangeset
for help on using the changeset viewer.