aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2010-11-12 19:36:21 +0100
committerSylvain Munaut <tnt@246tNt.com>2010-11-12 20:47:30 +0100
commitaa55d30d20bf419deb36301010337b4642770964 (patch)
tree802cf24eaa8dc2494679b10738e4f83b324b5db9 /configure.ac
parent0d2a82c312056046ecafba318e60a930df395ea2 (diff)
[2/4] HR support: Add logic to fetch reference source code and build it
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
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 eb2c332..a8244c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,7 @@ AC_ARG_ENABLE(gsmhr,
[enable_gsmhr=0], [enable_gsmhr=1])
AM_CONDITIONAL(ENABLE_GSMHR, test "x$enable_gsmhr" = "x1")
if test "x$enable_gsmhr" = "x1"; then
+ AM_PATH_PYTHON([2.4])
AC_DEFINE(HAVE_LIBGSMHR, 1, [Define to 1 if libgsmhr is available])
fi