]> git.lyx.org Git - lyx.git/blobdiff - configure.ac
Math Panels: revise the "Relations (extra)" svg icons.
[lyx.git] / configure.ac
index 5f5d562f79fc74e0b19b4dd84f9695fe4aed5aad..c9b36ed9f6a833eadf57324c55d9e9c1f2c0ae3e 100644 (file)
@@ -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