configure.ac: Drop a superfluous variable

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-08-23 14:01:34 +10:00
parent f58fb680f5
commit 9b924d26eb

View file

@ -47,11 +47,8 @@ AC_SUBST(GCC_CFLAGS)
AC_PATH_PROG(DOXYGEN, [doxygen])
if test "x$DOXYGEN" = "x"; then
AC_MSG_WARN([doxygen not found - required for documentation])
have_doxygen=no
else
have_doxygen=yes
fi
AM_CONDITIONAL([HAVE_DOXYGEN], [test "$have_doxygen" = yes])
AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
AC_MSG_CHECKING([whether to build with gcov])
AC_ARG_ENABLE([gcov],