mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Fix test for Xnest presence. (Donnie Berkholz)
This commit is contained in:
@@ -538,8 +538,9 @@ fi
|
||||
dnl Xnest DDX
|
||||
|
||||
AC_MSG_CHECKING([whether to build Xnest DDX])
|
||||
PKG_CHECK_MODULES(XNESTMODULES, [xfont xext x11], [have_xnest=yes], [have_xnest=no])
|
||||
if test "x$XNEST" = xauto; then
|
||||
PKG_CHECK_MODULES(XNESTMODULES, [xfont xext x11], [XNEST=yes], [XNEST=no])
|
||||
XNEST="$have_xnest"
|
||||
fi
|
||||
AC_MSG_RESULT([$XNEST])
|
||||
AM_CONDITIONAL(XNEST, [test "x$XNEST" = xyes])
|
||||
|
||||
Reference in New Issue
Block a user