diff options
author | Frederic Peters <fpeters@src.gnome.org> | 2008-08-25 17:41:23 +0800 |
---|---|---|
committer | Frederic Peters <fpeters@src.gnome.org> | 2008-08-25 17:41:23 +0800 |
commit | 2ff452ce106232bdd91cc7af325ca30b12ea545f (patch) | |
tree | 4b9ee98a4919e66da6153a010053a466d9efcca1 /configure.ac | |
parent | 74650475c2726864026603344e0fd85017544392 (diff) | |
download | gsoc2013-empathy-2ff452ce106232bdd91cc7af325ca30b12ea545f.tar gsoc2013-empathy-2ff452ce106232bdd91cc7af325ca30b12ea545f.tar.gz gsoc2013-empathy-2ff452ce106232bdd91cc7af325ca30b12ea545f.tar.bz2 gsoc2013-empathy-2ff452ce106232bdd91cc7af325ca30b12ea545f.tar.lz gsoc2013-empathy-2ff452ce106232bdd91cc7af325ca30b12ea545f.tar.xz gsoc2013-empathy-2ff452ce106232bdd91cc7af325ca30b12ea545f.tar.zst gsoc2013-empathy-2ff452ce106232bdd91cc7af325ca30b12ea545f.zip |
added check for pygtk-codegen-2.0 and pygobject-codegen-2.0 as the latter
replaced the former in pygobject/pygtk trunk. (closes: #549002)
svn path=/trunk/; revision=1376
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e4dd6ffa0..cb7af39d2 100644 --- a/configure.ac +++ b/configure.ac @@ -268,6 +268,7 @@ if test "x$enable_python" != "xno"; then ], have_python="yes", have_python="no") if test "x$have_python" = "xyes" ; then AM_CHECK_PYTHON_HEADERS(,have_python="no") + AC_CHECK_PROGS([PYGOBJECTCODEGEN], [pygobject-codegen-2.0 pygtk-codegen-2.0]) fi fi else |