Remove the template-depth flag since it no longer seems to be needed.

This commit is contained in:
chris 2004-01-13 00:25:36 +00:00
parent d76d1f4cc8
commit d34dbe90d5

View File

@ -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)