configure.ac uses the PKG_CHECK_MODULES macro, which is provided by pkg-config
Not having pkg-config installed will cause a syntax error in configure

Signed-off-by: Henning Schild <[email protected]>
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 2225648..492f0e2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xenomai
 Section: devel
 Priority: extra
 Maintainer: Xenomai <[email protected]>
-Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, 
autoconf, automake, libtool
+Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, 
autoconf, automake, libtool, pkg-config
 Standards-Version: 3.9.3
 Homepage: http://www.xenomai.org/
 
-- 
1.9.1


_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to