ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/xyz2pov/ac-tools/configure.in
(Generate patch)

Comparing trunk/xyz2pov/ac-tools/configure.in (file contents):
Revision 1093 by mmeineke, Thu Jul 24 20:40:00 2003 UTC vs.
Revision 1094 by mmeineke, Mon Apr 5 19:34:13 2004 UTC

# Line 34 | Line 34 | CC=${CC-icc}
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,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines