summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-12-13 18:48:27 +0300
committerMonsta <[email protected]>2015-12-13 18:48:27 +0300
commit4c67a412e445e6376173b757e2f532b26aa63195 (patch)
treecf920066b6af5ce710a57fa01c3c3b66d4996430
parente0f8a7031abfe6b6207019cddfb911fd33561495 (diff)
downloadeom-4c67a412e445e6376173b757e2f532b26aa63195.tar.bz2
eom-4c67a412e445e6376173b757e2f532b26aa63195.tar.xz
configure.ac: Drop unneeded check for Sunkeysym header
from https://git.gnome.org/browse/eog/commit?id=4d438b259fa73c9bd8c8e081c75a273b4e0b3f01
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index b3d398f..c5e264a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -369,12 +369,6 @@ fi
GLIB_GSETTINGS
-# ************
-# Sun Keyboard
-# ************
-
-AC_CHECK_HEADERS(X11/Sunkeysym.h, AC_DEFINE(HAVE_SUNKEYSYM_H, 1, [Sun Keyboard Support]))
-
# **************
# Python Support
# **************