configure.ac
changeset 1400 d12508c2a007
parent 1380 cb2891afe526
child 1404 17c80cb3754b
equal deleted inserted replaced
18:aa95d8d74553 19:9628748cbef5
    17 AC_PROG_LIBTOOL
    17 AC_PROG_LIBTOOL
    18 
    18 
    19 if test $CXX != icc -a $CXX != icpc; then
    19 if test $CXX != icc -a $CXX != icpc; then
    20   CXXFLAGS="$CXXFLAGS -Wall -W"
    20   CXXFLAGS="$CXXFLAGS -Wall -W"
    21 fi
    21 fi
       
    22 
       
    23 AC_CHECK_PROG([doxygen_found],[doxygen],[yes],[no])
    22 
    24 
    23 dnl This is tested only with gcc-3.4 and icc-8.0
    25 dnl This is tested only with gcc-3.4 and icc-8.0
    24 dnl LX_SET_CXXFLAGS
    26 dnl LX_SET_CXXFLAGS
    25 
    27 
    26 dnl Checks for libraries.
    28 dnl Checks for libraries.