From 84b3a5079d6014d50e3018b24949d5a2e18e3c78 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 21 Nov 2014 10:47:22 +0100 Subject: configure.ac: Never add xinerama to SPICE_REQUIRES SPICE_REQUIRES is only used to generate the Requires.private line of spice-server.pc. The server code is not using xinerama, so we don't need to list xinerama in Requires.private. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 51f120c6..c9d83e1a 100644 --- a/configure.ac +++ b/configure.ac @@ -333,7 +333,6 @@ if test "x$have_xinerama" = "xyes" ; then AC_DEFINE([HAVE_XINERAMA], [], [Define if we have Xinerama]) AC_SUBST(XINERAMA_CFLAGS) AC_SUBST(XINERAMA_LIBS) - AS_VAR_APPEND([SPICE_REQUIRES], [" xinerama"]) fi # Add parameter for (partial) static linkage of spice client. -- cgit