build: don't build examples by default
This commit is contained in:
parent
a4fb7ef5a3
commit
4848d79c26
@ -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 ===========================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user