build: don't build examples by default

This commit is contained in:
Rui Matos 2016-04-08 16:42:34 +02:00
parent a4fb7ef5a3
commit 4848d79c26

View File

@ -741,9 +741,9 @@ dnl === Conformance test suite ================================================
GLIB_TESTS
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"])
dnl ===========================================================================