mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-21 08:30:28 +01:00
configure: print a summary of the build options
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
5ab2bcad6f
commit
124aa9b0f8
1 changed files with 9 additions and 0 deletions
|
|
@ -121,3 +121,12 @@ AC_CONFIG_FILES([Makefile
|
|||
test/Makefile
|
||||
tools/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
AC_MSG_RESULT([
|
||||
Prefix ${prefix}
|
||||
|
||||
Build documentation ${have_doxygen}
|
||||
Build tests ${build_tests}
|
||||
Tests use valgrind ${VALGRIND}
|
||||
Build GUI event tool ${build_eventgui}
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue