mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-25 15:10:14 +01:00
configure.ac: Drop a superfluous variable
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f58fb680f5
commit
9b924d26eb
1 changed files with 1 additions and 4 deletions
|
|
@ -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],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue