* configure.in: We have a runtime check for Python 2.5. Do the same here by using AM_PATH_PYTHON(2.5)

svn: r9288
This commit is contained in:
Martin Hawlisch
2007-11-01 17:37:10 +00:00
parent d60f69befe
commit 63202e3630
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2007-11-01 Martin Hawlisch <Martin.Hawlisch@gmx.de>
* configure.in: We have a runtime check for Python 2.5. Do the same
here by using AM_PATH_PYTHON(2.5)
2007-10-31 Jim Sack <jgsack@san.rr.com>
* src/gen/db/dbdir.py bug #1331 write_lock_file() add mkdir if needed
* src/gramps.py bug #1332 more gramps termination problems fixed