1There's no need to check for the X libraries as the socket module doesn't use 2anything from X. 3 4Upstream-Status: Pending 5Signed-off-by: Ross Burton <ross.burton@intel.com> 6 7diff --git a/autoconf/configure.ac b/autoconf/configure.ac 8index b61e974..a3e5db2 100644 9--- a/autoconf/configure.ac 10+++ b/autoconf/configure.ac 11@@ -72,3 +71,0 @@ AC_SUBST(LIB_READLINE) 12-# For the socket module 13-AC_PATH_XTRA 14- 15--- a/modules/Makefile.in 16+++ b/modules/Makefile.in 17@@ -67 +66,0 @@ ZLIB_LIB = @Z_LIB@ -lz 18-SOCKET_LIBS = @X_EXTRA_LIBS@ 19