fix check for doxygen
authorKlaus Kaempf <kkaempf@suse.de>
Sat, 19 Nov 2005 18:27:54 +0000 (18:27 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Sat, 19 Nov 2005 18:27:54 +0000 (18:27 +0000)
configure.ac

index e9cf5c4..bd1718e 100644 (file)
@@ -80,7 +80,7 @@ dnl ==================================================
 dnl checks for programs
 AC_PROG_CXX
 AM_PROG_LIBTOOL
-AC_PATH_PROG(DOCGEN, doxygen, doxygen)
+AC_PATH_PROG(DOCGEN, doxygen)
 if test -z "$DOCGEN" ; then
     AC_MSG_ERROR(doxygen is missing; please install doxygen.)
 fi