From 9b924d26eba8e334f97a824615786f55f77ddd47 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 23 Aug 2013 14:01:34 +1000 Subject: [PATCH] configure.ac: Drop a superfluous variable Signed-off-by: Peter Hutterer --- configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 68df538..d92aba1 100644 --- a/configure.ac +++ b/configure.ac @@ -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], -- 2.34.1