1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-15 21:45:54 +01:00

added check for XInternAtoms

This commit is contained in:
kojima
2000-04-01 02:11:33 +00:00
parent 7ab059a165
commit 036086daa4
3 changed files with 15 additions and 1 deletions

View File

@@ -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