Opened 14 years ago
Closed 14 years ago
#404 closed defect/bug (fixed)
typo in configure.in breaks pkg-config based moc detection
Reported by: | adamw | Owned by: | KaZeR |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
SVN rev 2387 - http://navit.svn.sourceforge.net/viewvc/navit?view=rev&revision=2387 - broke pkg-config based detection of moc. This is because of a simple typo: it uses $PKGCONFIG , which is incorrect. The correct variable name is $PKG_CONFIG . I have verified the problem and the fix. It's visible here because there's no binary in a system path called plain 'moc', so the fallback doesn't work. This is critical as it breaks build of navit on systems which don't have a binary called 'moc' (which is fairly common, as bug #329 - the reason this detection is done in the first place - shows).
Change History (1)
comment:1 Changed 14 years ago by horwitz
- Resolution set to fixed
- Status changed from new to closed
Fixed in revision 2396.