configure: fail if pygobject is not found
https://bugzilla.gnome.org/show_bug.cgi?id=706853
This commit is contained in:
parent
9d1666ad07
commit
20860bc633
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user