diff options
author | Alexander Larsson <alexl@redhat.com> | 2010-02-04 16:54:17 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2010-02-04 16:54:17 +0100 |
commit | 3d84818a7b8fc5ae09cc6470365e4072ef50c659 (patch) | |
tree | 240189e35c95687c3c11e23fba79fe0e3b59c922 /configure.ac | |
parent | a8ffd12e99dce07765244f776a6037c3b6ca174e (diff) | |
download | spice-3d84818a7b8fc5ae09cc6470365e4072ef50c659.tar.gz spice-3d84818a7b8fc5ae09cc6470365e4072ef50c659.tar.xz spice-3d84818a7b8fc5ae09cc6470365e4072ef50c659.zip |
Depend on spice-protocol module
This doesn't actually use the new module, just sets it up for use.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 01d607fa..dc67286b 100644 --- a/configure.ac +++ b/configure.ac @@ -87,6 +87,11 @@ AM_CONDITIONAL(OS_LINUX, test "$os_linux" = "yes") dnl ========================================================================= dnl Check deps +PKG_CHECK_MODULES(PROTOCOL, spice-protocol) +AC_SUBST(PROTOCOL_CFLAGS) +SPICE_REQUIRES+=" log4cpp" + + AC_CHECK_LIBM AC_SUBST(LIBM) |