X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=c9b36ed9f6a833eadf57324c55d9e9c1f2c0ae3e;hb=8adb877198790d46beefcac21c36de08c3c5b00e;hp=5f5d562f79fc74e0b19b4dd84f9695fe4aed5aad;hpb=8fcbba8596f62fdbb1a87b1ee3ba5af1f1571487;p=lyx.git diff --git a/configure.ac b/configure.ac index 5f5d562f79..c9b36ed9f6 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,10 @@ for file in config/install-sh ; do chmod 755 ${srcdir}/${file} done -AM_PATH_PYTHON(2.4.0,, :) +# Find a suitable python interpreter +LYX_PATH_PYTHON23([2.7.0], [3.3.0]) +# do the usual python setup stuff +AM_PATH_PYTHON AC_PROG_RANLIB ### Check for a C++ compiler