From: guido Date: Mon, 25 Apr 2005 18:34:15 +0000 (+0000) Subject: remove check for kdoc X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5713d067d990aab18f4383b98cecf7ac8a76ed1;p=dealii-svn.git remove check for kdoc git-svn-id: https://svn.dealii.org/trunk@10570 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index c5fb157fa0..261d4f7644 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -108,7 +108,6 @@ AC_PROG_CXX CXXFLAGS="$OLDCXXFLAGS" AC_PATH_PROG(CXX,$CXX) - dnl Next determine which C++ compiler we have here and set compilation dnl flags accordingly. Note that for historical reasons the name and dnl version of the compiler is written to the variable GXX_VERSION. @@ -451,10 +450,6 @@ dnl ------------------------------------------------------------- AC_MSG_RESULT() AC_MSG_RESULT(---------------- configuring other programs -----------------) -dnl DEAL_II_CHECK_KDOC -dnl AC_SUBST(kdocdir) -dnl AC_SUBST(kdocversion) - DEAL_II_CHECK_DOXYGEN AC_SUBST(DOXYGEN) AC_SUBST(DEAL_II_HAVE_DOT)