]> git.0d.be Git - empathy.git/blobdiff - configure.ac
Updated Basque translation.
[empathy.git] / configure.ac
index 8772d659bf40426fcbf0ca0f16434c54b089169a..cb7af39d23b02474f6c10d279043f67d1997bb0b 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT(Empathy, 2.23.90, http://bugzilla.gnome.org/browse.cgi?product=empathy)
+AC_INIT(Empathy, 2.23.91, http://bugzilla.gnome.org/browse.cgi?product=empathy)
 AC_PREREQ(2.59)
 AC_COPYRIGHT([
   Copyright (C) 2003-2007 Imendio AB
@@ -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