| 34 |
|
[XYZ2POV_HOME="${enableval}"]) |
| 35 |
|
|
| 36 |
|
dnl **** define C compiler |
| 37 |
< |
CC=${CC-icc} |
| 37 |
> |
CC=${CC-gcc} |
| 38 |
|
AC_ARG_WITH(cc, |
| 39 |
< |
[ --with-cc=PROG use PROG as C compiler [${CC-icc}]], |
| 39 |
> |
[ --with-cc=PROG use PROG as C compiler [${CC-gcc}]], |
| 40 |
|
[CC="${withval}"]) |
| 41 |
< |
AC_PROG_CC([icc gcc cc]) |
| 41 |
> |
AC_PROG_CC([gcc cc]) |
| 42 |
|
|
| 43 |
|
dnl **** define C compiler |
| 44 |
< |
CXX=${CXX-icc} |
| 44 |
> |
CXX=${CXX-g++} |
| 45 |
|
AC_ARG_WITH(cxx, |
| 46 |
< |
[ --with-cxx=PROG use PROG as C++ compiler [${CXX-icc}]], |
| 46 |
> |
[ --with-cxx=PROG use PROG as C++ compiler [${CXX-g++}]], |
| 47 |
|
[CXX="${withval}"]) |
| 48 |
< |
AC_PROG_CXX([icc g++ c++]) |
| 48 |
> |
AC_PROG_CXX([g++ c++]) |
| 49 |
|
|
| 50 |
|
dnl **** check if user wants to compile with debugging support |
| 51 |
|
AC_ARG_ENABLE(debug, |