aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 90f9160..8ed5c26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ GTK_DOC_CHECK([1.13], [--flavour no-tmpl])
# is not packaged into tarballs.
AM_CONDITIONAL([BUILD_GTK_DOC], [test "x$enable_gtk_doc" = "xyes" || test ! -f "autogen.sh"])
-needed_pkgs="x11 "
+needed_pkgs="x11 glib-2.0"
AC_ARG_ENABLE(debug,
[ --enable-debug Enable verbose debugging output],
@@ -166,7 +166,6 @@ AC_SUBST(MBWM_WANT_DEBUG)
USE_GLIB_MAINLOOP=0
if test "x$gmloop" = "xyes"; then
- needed_pkgs="$needed_pkgs glib-2.0 "
USE_GLIB_MAINLOOP=1
fi
AC_SUBST(USE_GLIB_MAINLOOP)