Changeset 1878 for trunk/coin.m4
- Timestamp:
- Nov 28, 2010 2:57:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r1877 r1878 946 946 fi 947 947 948 # add automake conditional so we can recognize cl compiler in makefile 949 coin_cc_is_cl=false 950 if test x"$CXX" != x; then 951 case "$CXX" in 952 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 953 coin_cc_is_cl=true 954 ;; 955 esac 956 fi 957 AM_CONDITIONAL(COIN_CC_IS_CL, [test $coin_cc_is_cl = true]) 958 948 959 AC_ARG_VAR(CDEFS,[Additional -D flags to be used when compiling C code.]) 949 960 AC_ARG_VAR(ADD_CFLAGS,[Additional C compiler options])
Note: See TracChangeset
for help on using the changeset viewer.