X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=ea9fafe2a48aab8fe6b0062959152244c0be75df;hp=b7a587c6624a46126b131b22a6b645715a872ee2;hb=41330ddb033f2cbeeb565e43708be91d5df28fb2;hpb=317c96d944e01e6e87200dd7ebe964fe9774d2c4 diff --git a/configure.ac b/configure.ac index b7a587c66..ea9fafe2a 100644 --- a/configure.ac +++ b/configure.ac @@ -176,6 +176,7 @@ AS_IF([test "x$with_python" != "xno"], [ PYTHON_LIBS="`$PYTHON_CONFIG --ldflags`" AC_SUBST(PYTHON_CFLAGS) AC_SUBST(PYTHON_LIBS) + AC_PATH_PROGS(SPHINX_BUILD, sphinx-build-${PYTHON_VERSION} sphinx-build) ]) ]) AM_CONDITIONAL([HAVE_PYTHON_DEVEL], [test "$have_python_devel" = "yes"])