? fix-configure-message.patch ? po ? test/python/Makefile.in Index: configure.in =================================================================== RCS file: /cvs/dbus/dbus/configure.in,v retrieving revision 1.128 diff -u -p -r1.128 configure.in --- configure.in 25 Aug 2005 00:20:41 -0000 1.128 +++ configure.in 6 Sep 2005 15:42:04 -0000 @@ -1263,7 +1263,7 @@ else if test x$have_python = xno ; then if test x$enable_python = xyes ; then - AC_MSG_ERROR([Building python explicitly requested, but can't build python bindings]) + AC_MSG_ERROR([Building python explicitly requested, but can't build python bindings because either Pyrex or the Python headers was not found]) else AC_MSG_WARN([Couldn't find either Pyrex or the Python headers, not building Python bindings]) fi