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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user