[kbd] [PATCH] kbd: install getkeycodes/setkecodes binaries on SPARC
Xose Vazquez Perez <[email protected]> Fri, 16 Dec 2016 22:00:26 +0100
| Newsgroups | dev.linux.lists.kbd |
|---|---|
| Message-ID | <[email protected]> |
Orabug: 21263213 Cc: Alex Burmashev <[email protected]> Cc: Alexey Gladkov <[email protected]> Cc: kbd -- Linux console tools development discussion <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2620ac1..92f0b52 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ CC_CHECK_CFLAGS_APPEND([\ -Wmissing-declarations]) case $host_cpu in - m68*|sparc*) KEYCODES_PROGS=no ;; + m68*) KEYCODES_PROGS=no ;; *) KEYCODES_PROGS=yes ;; esac AM_CONDITIONAL(KEYCODES_PROGS, test "$KEYCODES_PROGS" = "yes") -- 2.11.0