From b3a8bebf6a1747adf76c3d79db6be25d16575581 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Fri, 15 Oct 2010 16:19:08 +0200
Subject: [PATCH] devnotes.rst: Remove hardcoded Python version

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 doc/devnotes.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/devnotes.rst b/doc/devnotes.rst
index 0aa989825..898d03a22 100644
--- a/doc/devnotes.rst
+++ b/doc/devnotes.rst
@@ -29,8 +29,7 @@ Run the following command (only use ``PYTHON=...`` if you need to use a
 different python version)::
 
   ./autogen.sh && \
-  ./configure PYTHON=python2.4 \
-    --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
 
 
 Packaging notes
-- 
GitLab