summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-05-26 13:59:51 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-18 16:32:11 +0200
commit17bbef4df334bd8d98d3960143f229d753b4b0a3 (patch)
treeadb94120d509b286132f962b5207a44bfd054030 /configure.ac
parentb228d18d5c8a2feb8319de50d5e6cc8925e11545 (diff)
downloadspice-17bbef4df334bd8d98d3960143f229d753b4b0a3.tar.gz
spice-17bbef4df334bd8d98d3960143f229d753b4b0a3.tar.xz
spice-17bbef4df334bd8d98d3960143f229d753b4b0a3.zip
Generate demarshallers in client
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 08804bf6..3114a1ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,7 @@ AC_CANONICAL_HOST
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_C_BIGENDIAN
+AC_PATH_PROGS(PYTHON, python2 python)
SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 0)
AC_SUBST(SPICE_LT_VERSION)