Remove the template-depth flag since it no longer seems to be needed.
This commit is contained in:
parent
d76d1f4cc8
commit
d34dbe90d5
@ -47,10 +47,6 @@ case $host in
|
||||
;;
|
||||
esac
|
||||
|
||||
if test "$GXX" = yes; then
|
||||
CXXFLAGS="$CXXFLAGS -ftemplate-depth-32"
|
||||
fi
|
||||
|
||||
AC_CHECK_PROG(DOXYGEN_FOUND,doxygen,yes)
|
||||
AM_CONDITIONAL(HAVE_DOXYGEN,test x$DOXYGEN_FOUND = xyes)
|
||||
AC_CHECK_PROG(HAVE_DOT,dot,YES,NO)
|
||||
|
Loading…
Reference in New Issue
Block a user