aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 1a43c58..31dd0a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,9 +86,9 @@ AC_ARG_ENABLE(glib-main-loop,
[ --enable-glib-main-loop Enable use of glib main loop],
[gmloop=$enableval], [gmloop=no])
-AC_ARG_ENABLE(libmatchbox,
- [ --enable-libmatchbox Enable building as a library],
- [libmatchbox=$enableval], [libmatchbox=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],
@@ -245,7 +245,7 @@ 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_LIBMATCHBOX, [test "x$libmatchbox" = "xyes"])
+AM_CONDITIONAL(ENABLE_LIBMATCHBOX2, [test "x$libmatchbox2" = "xyes"])
AM_CONDITIONAL(ENABLE_MATCHBOX_REMOTE, [test "x$matchbox_remote" = "xyes"])
@@ -253,7 +253,7 @@ AC_ARG_ENABLE(simple-manager,
[ --disable-simple-manager Do not build simple window manager],
[simple_manager=$enableval],
[
- if test "x$libmatchbox" = "xyes"; then
+ if test "x$libmatchbox2" = "xyes"; then
simple_manager=no
else
simple_manager=yes
@@ -364,7 +364,7 @@ echo "
Miscel:
Glib main loop : ${gmloop}
- Build libmatchbox : ${libmatchbox}
+ Build libmatchbox2 : ${libmatchbox2}
Build matchbox-remote : ${matchbox_remote}
Debugging output : ${want_debug}
"