configure: fail if pygobject is not found

https://bugzilla.gnome.org/show_bug.cgi?id=706853
This commit is contained in:
Andoni Morales Alastruey 2013-08-27 01:07:48 +02:00 committed by Thibault Saunier
parent 9d1666ad07
commit 20860bc633

View file

@ -103,11 +103,7 @@ AC_SUBST(GST_CFLAGS)
AC_SUBST(GST_LIBS)
dnl check for pygobject
PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ,
[
HAVE_PYGOBJECT="yes"
], HAVE_PYGOBJECT="no")
PKG_CHECK_MODULES(PYGOBJECT, pygobject-3.0 >= $PYGOBJECT_REQ)
AC_SUBST(PYGOBJECT_CFLAGS)
dnl and set the override directory