[Spice-devel] [spice-common 01/13] build-sys: Remove unused X check

Christophe Fergeau cfergeau at redhat.com
Wed Dec 3 09:15:16 PST 2014


AC_PATH_X sets a bunch of variables (x_includes, x_libraries, no_x)
after finding/not finding X. Since none of them are used afterwards,
having this check is not useful.
---
 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 273d935..e67e60b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,6 @@ AC_SUBST(GL_CFLAGS)
 AC_SUBST(GL_LIBS)
 
 # Checks for header files
-AC_PATH_X
 AC_FUNC_ALLOCA
 AC_CHECK_HEADERS([arpa/inet.h malloc.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/socket.h unistd.h])
 
-- 
2.1.0



More information about the Spice-devel mailing list