[Xfce4-commits] <exo:master> Use new pygobject-codegen-2.0.
Nick Schermer
noreply at xfce.org
Sun Oct 18 15:24:03 CEST 2009
Updating branch refs/heads/master
to c28b992db6f2f033cfc0ccb1dbd6e1849f18c7d2 (commit)
from ddfdc62e750286f6c3c4c1827a7f42fc16cf1cda (commit)
commit c28b992db6f2f033cfc0ccb1dbd6e1849f18c7d2
Author: Nick Schermer <nick at xfce.org>
Date: Sun Oct 18 15:21:47 2009 +0200
Use new pygobject-codegen-2.0.
configure.in.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in.in b/configure.in.in
index 0b40feb..89f2000 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -236,7 +236,7 @@ if test x"$enable_python" != x"no"; then
XDT_CHECK_PACKAGE([PYGTK], [pygtk-2.0], [2.4.0], \
[have_pygtk=yes], [have_pygtk=no])
- AC_PATH_PROG([PYGTK_CODEGEN], [pygtk-codegen-2.0], [no])
+ AC_PATH_PROG([PYGTK_CODEGEN], [pygobject-codegen-2.0], [no])
if test x"$have_python_headers" = x"yes" -a x"$have_pygtk" = x"yes" -a x"$PYGTK_CODEGEN" != x"no"; then
have_python=yes
More information about the Xfce4-commits
mailing list