mirror of
https://github.com/brl/mutter.git
synced 2025-06-25 06:28:33 +00:00
build: don't build examples by default
This commit is contained in:
@ -741,9 +741,9 @@ dnl === Conformance test suite ================================================
|
|||||||
GLIB_TESTS
|
GLIB_TESTS
|
||||||
|
|
||||||
AC_ARG_ENABLE([examples],
|
AC_ARG_ENABLE([examples],
|
||||||
[AS_HELP_STRING([--disable-examples], [Whether examples should be built])],
|
[AS_HELP_STRING([--enable-examples], [Whether examples should be built])],
|
||||||
[],
|
[],
|
||||||
[enable_examples=yes])
|
[enable_examples=no])
|
||||||
AM_CONDITIONAL(BUILD_EXAMPLES, [test "x$enable_examples" = "xyes"])
|
AM_CONDITIONAL(BUILD_EXAMPLES, [test "x$enable_examples" = "xyes"])
|
||||||
|
|
||||||
dnl ===========================================================================
|
dnl ===========================================================================
|
||||||
|
Reference in New Issue
Block a user