X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=57e6750760b78346aa36461fa34faef76b7cbf75;hb=55c9e5ae72080e66a84a205650538a5d4294e95b;hp=1c841da882c9328667372ef872a9c02626f9492f;hpb=fc504d0ced80f1ce858469ba73665d3ce4d79657;p=deliverable%2Flttng-ust.git diff --git a/configure.ac b/configure.ac index 1c841da8..57e67507 100644 --- a/configure.ac +++ b/configure.ac @@ -319,6 +319,9 @@ AC_ARG_ENABLE([python-agent], [:] ) AM_CONDITIONAL([BUILD_PYTHON_AGENT], [test "x$python_agent" = "xyes"]) +if test "x$python_agent" = "xyes"; then + AM_PATH_PYTHON([2.7]) +fi # sdt.h integration AC_ARG_WITH([sdt],