mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
configure: Stop checking for XdmcpWrap
As far back as the initial import, it seems to have been exposed, and there's no explanation why the test happened in the initial xserver import. Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
@@ -1500,9 +1500,6 @@ XKB_STUB_LIB='$(top_builddir)/xkb/libxkbstubs.la'
|
||||
REQUIRED_MODULES="$REQUIRED_MODULES xkbfile"
|
||||
|
||||
PKG_CHECK_MODULES([XDMCP], [xdmcp], [have_libxdmcp="yes"], [have_libxdmcp="no"])
|
||||
if test "x$have_libxdmcp" = xyes; then
|
||||
AC_CHECK_LIB(Xdmcp, XdmcpWrap, [have_xdmcpwrap="yes"], [have_xdmcpwrap="no"], [$XDMCP_LIBS])
|
||||
fi
|
||||
if test "x$XDMCP" = xauto; then
|
||||
if test "x$have_libxdmcp" = xyes; then
|
||||
XDMCP=yes
|
||||
@@ -1511,7 +1508,7 @@ if test "x$XDMCP" = xauto; then
|
||||
fi
|
||||
fi
|
||||
if test "x$XDMAUTH" = xauto; then
|
||||
if test "x$have_libxdmcp" = xyes && test "x$have_xdmcpwrap" = xyes; then
|
||||
if test "x$have_libxdmcp" = xyes; then
|
||||
XDMAUTH=yes
|
||||
else
|
||||
XDMAUTH=no
|
||||
|
||||
Reference in New Issue
Block a user