summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-12-02 10:58:10 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-12-08 18:24:59 +0100
commit5bfa9cadb3787894ed51241718859c98e3a874e7 (patch)
tree4d98c0ce9feab9866d6d79aba431358fd43f0729 /configure.ac
parent268d3e3d2fd734b996e72820fece0ebed598aaa7 (diff)
downloadspice-common-5bfa9cadb3787894ed51241718859c98e3a874e7.tar.gz
spice-common-5bfa9cadb3787894ed51241718859c98e3a874e7.tar.xz
spice-common-5bfa9cadb3787894ed51241718859c98e3a874e7.zip
build-sys: Remove unused X check
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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])