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 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel