Remove configure check for X11 keysym files
authorRan Benita <ran234@gmail.com>
Sun, 20 May 2012 17:51:50 +0000 (20:51 +0300)
committerRan Benita <ran234@gmail.com>
Sat, 9 Jun 2012 09:34:57 +0000 (12:34 +0300)
commit9baf62f3076a88926b5c81c2a0dce5bc7c96f562
tree4291f662db6b70db034f2d48328523704d19f437
parent58b030bb901b77ba97fdaf64fca4403b81445aaf
Remove configure check for X11 keysym files

Since every user building the library, even from git, doesn't need these
files anymore, there's no need to check for them (this goes for makekeys
as well).

The only remaining user is the update-keysyms target, but whoever will
run it again (if ever) will probably know what he's doing (at least
enough to run git diff before git commit). And the defaults should be
fine too.

Signed-off-by: Ran Benita <ran234@gmail.com>
Makefile.am
configure.ac