mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-19 07:48:27 +02:00
Fix test for Xnest presence. (Donnie Berkholz)
This commit is contained in:
parent
fed61462be
commit
27afac2ce6
1 changed files with 2 additions and 1 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue