aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 31dd0a0..410ad71 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,10 +86,6 @@ AC_ARG_ENABLE(glib-main-loop,
[ --enable-glib-main-loop Enable use of glib main loop],
[gmloop=$enableval], [gmloop=no])
-AC_ARG_ENABLE(libmatchbox2,
- [ --enable-libmatchbox2 Enable building as a library],
- [libmatchbox2=$enableval], [libmatchbox2=no])
-
AC_ARG_ENABLE(matchbox-remote,
[ --enable-matchbox-remote Enable matchbox remote control utility],
[matchbox_remote=$enableval], [matchbox_remote=no])
@@ -245,8 +241,6 @@ AC_SUBST(ENABLE_XRENDER_COMPOSITE_MANAGER)
AM_CONDITIONAL(COMP_MGR_BACKEND, [test "x$COMP_MGR_BACKEND" = "x1"])
AC_SUBST(COMP_MGR_BACKEND)
-AM_CONDITIONAL(ENABLE_LIBMATCHBOX2, [test "x$libmatchbox2" = "xyes"])
-
AM_CONDITIONAL(ENABLE_MATCHBOX_REMOTE, [test "x$matchbox_remote" = "xyes"])
AC_ARG_ENABLE(simple-manager,
@@ -364,7 +358,6 @@ echo "
Miscel:
Glib main loop : ${gmloop}
- Build libmatchbox2 : ${libmatchbox2}
Build matchbox-remote : ${matchbox_remote}
Debugging output : ${want_debug}
"