Home | History | Annotate | Download | only in patches
      1 --- dbus-python-0.83.0/configure.ac.old	2008-09-14 16:57:13.605507082 +0200
      2 +++ dbus-python-0.83.0/configure.ac	2008-09-14 16:58:50.623426362 +0200
      3 @@ -44,12 +44,10 @@
      4  
      5  AC_PROG_LIBTOOL
      6  
      7  AM_PATH_PYTHON(2.4.0)
      8  
      9 -AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
     10 -
     11  PLATFORM=`$PYTHON -c "from distutils import util; print util.get_platform()"`
     12  AC_SUBST(PLATFORM)
     13  
     14  dnl Building documentation
     15  
     16