summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-26 16:04:01 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-26 16:05:52 +0200
commit13f4f7545fe30c90d0dbd7a7fdb35f7842909d91 (patch)
tree5cf2befdfd4e41b862832963a38feb22665c66a0 /configure.in
parentd2e84678afdc1729e551ef76be44d32025ca2236 (diff)
add dbumenugtk configure check
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 841e8052296b..92d0cb50aa30 100755
--- a/configure.in
+++ b/configure.in
@@ -7744,6 +7744,7 @@ if test "z$enable_lomenubar" = "z" -o "z$enable_lomenubar" = "zno" ; then
ENABLE_LOMENUBAR="FALSE"
else
AC_MSG_RESULT([yes])
+ PKG_CHECK_MODULES(DBUSMENUGTK, dbusmenu-gtk-0.4,, AC_MSG_ERROR([requirements to build lo-menubar not met. Use --disable-lomenubar or install the missing packages]))
ENABLE_LOMENUBAR="TRUE"
fi
AC_SUBST(ENABLE_LOMENUBAR)