[farsight2/master] Update python requirements

Olivier Crête olivier.crete at collabora.co.uk
Wed Mar 18 01:44:51 PDT 2009


---
 README       |    2 +-
 configure.ac |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 3501df1..19a2cc2 100644
--- a/README
+++ b/README
@@ -18,6 +18,7 @@ Build time:
  - gstreamer 0.10.22
  - gst-plugins-base 0.10.22
  - glib 2.16
+ - Python 2.4
 
 For UPnP support:
  - GUPnP-IGD
@@ -31,7 +32,6 @@ Run time for the RTP plugin:
  - gst-plugins-bad 0.10.11
 
 For the python module and examples you also need:
- - Python 2.1
  - PyGObject 2.12
  - PyGTK 2.10
  - gst-python 0.10.10
diff --git a/configure.ac b/configure.ac
index cdabe36..c1d5f65 100644
--- a/configure.ac
+++ b/configure.ac
@@ -355,7 +355,6 @@ AC_ARG_ENABLE([python],
         esac],
 	WANT_PYTHON=yes)
 if test "x$WANT_PYTHON" = "xyes"; then
-   AM_PATH_PYTHON
    AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
    PKG_CHECK_MODULES(PYFARSIGHT, [ 	pygobject-2.0 >= 2.12.0
 					gst-python-0.10 >= 0.10.10
-- 
1.5.6.5




More information about the farsight-commits mailing list