From 036086daa40c4b1343f564571d70972b24862483 Mon Sep 17 00:00:00 2001 From: kojima Date: Sat, 1 Apr 2000 02:11:33 +0000 Subject: [PATCH] added check for XInternAtoms --- ChangeLog | 7 +++++++ acconfig.h | 3 +++ configure.in | 6 +++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4fb69a0c..4f8516e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Changes since version 0.62.0: +............................. +- made shortcuts available during alt+tab +- save lowered state of menus +- fixed portability bugs for old X servers +- added check for XInternAtoms in configure and replacement code + Changes since version 0.61.1: ............................. diff --git a/acconfig.h b/acconfig.h index 17948118..9aae89e5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -90,6 +90,9 @@ /* define if you have then inet_aton function */ #undef HAVE_INET_ATON +/* define if your X server has XInternAtoms() */ +#undef HAVE_XINTERNATOMS + /* define if processor is x86 */ #undef ASM_X86 diff --git a/configure.in b/configure.in index 94f7120d..4041b205 100644 --- a/configure.in +++ b/configure.in @@ -423,6 +423,11 @@ if test "$use_locale" = yes; then fi +dnl Check whether XInternAtoms() exist +dnl ================================== +AC_CHECK_LIB(X11, XInternAtoms, AC_DEFINE(HAVE_XINTERNATOMS),,$XLFLAGS $XLIBS) + + dnl XKB keyboard language status dnl ============================ AC_ARG_ENABLE(modelock, @@ -447,7 +452,6 @@ if test "$shape" = yes; then fi - dnl XINERAMA support dnl ================ xinerama=yes