RPM Package Manager, CVS Repository
http://rpm5.org/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Mark Hatle
Root: /v/rpm/cvs Email: fray@rpm5.org
Module: rpm Date: 31-Jul-2007 20:36:33
Branch: HEAD Handle: 2007073119363300
Modified files:
rpm configure.ac
Log:
Fix a typo in the previous python version control. The version was
being ignored due to the typo.
Summary:
Revision Changes Path
2.231 +1 -1 rpm/configure.ac
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/configure.ac
============================================================================
$ cvs diff -u -r2.230 -r2.231 configure.ac
--- rpm/configure.ac 29 Jul 2007 15:37:23 -0000 2.230
+++ rpm/configure.ac 31 Jul 2007 18:36:33 -0000 2.231
@@ -730,7 +730,7 @@
if test ".$withval" != .no; then
case "$withval" in
2.x|2.4|2.5)
- python_version=$with_val
+ python_version=$withval
;;
yes)
python_version="2.5 2.4 2.x"
@@ .
Received on Tue Jul 31 20:36:33 2007