summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-07-03 17:20:28 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-08-11 10:26:06 +0200
commitc48b0a0672ccfbdfc67dc4a29eff97a57989f786 (patch)
tree935c2860f7df167591439d83d8c780504a19c412 /configure.ac
parent53f7f543f9edd57ed16fed2e46452024c880dfaa (diff)
downloadspice-common-c48b0a0672ccfbdfc67dc4a29eff97a57989f786.tar.gz
spice-common-c48b0a0672ccfbdfc67dc4a29eff97a57989f786.tar.xz
spice-common-c48b0a0672ccfbdfc67dc4a29eff97a57989f786.zip
Remove spice-protocol submodule
spice-protocol is a separate project which is having releases, so there is no need to have a private spice-protocol copy in each spice-common user, especially as after installation, the system-wide spice-protocol copy will be used instead of the private one the module was built against.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 4287f92..1dacfa2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,9 +28,7 @@ AM_PROG_CC_C_O
SPICE_CHECK_SYSDEPS
# Checks for libraries
-AC_CONFIG_SUBDIRS([spice-protocol])
-PROTOCOL_CFLAGS='-I ${top_srcdir}/spice-protocol'
-AC_SUBST(PROTOCOL_CFLAGS)
+PKG_CHECK_MODULES([PROTOCOL], [spice-protocol])
SPICE_CHECK_PYTHON_MODULES()