fails to ./configure with gobject if pygobject depends are not installed
Bug #694823 reported by
Alexander Sack
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ntrack |
Fix Released
|
High
|
Alexander Sack |
Bug Description
...
checking for pkg-config... /usr/local/
checking pkg-config is at least version 0.9.0... yes
checking for a Python interpreter with version >= 2.3.5... python
checking for python... /usr/local/
checking for python version... 2.6
checking for python platform... freebsd8
checking for python script directory... ${prefix}
checking for python extension module directory... ${exec_
checking for GLIB... yes
checking for GOBJECT... yes
checking for PYGOBJECT... no
checking for PYGOBJECT... no
configure: error: no h2def found
Related branches
To post a comment you must log in.
right ... configure.ac is buggy as it doesn't guard the check for h2def to only apply if pygobject is enabled.