Don't build examples by default

They are broken in this branch.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-22 10:35:04 -07:00
parent 7f6348b066
commit b13d8da426

View File

@ -49,8 +49,8 @@ AS_IF([test "x$enable_pty" = "xyes"], [
# Example applications.
AC_ARG_ENABLE([examples],
[AS_HELP_STRING([--enable-examples=@<:@yes/no@:>@],
[Build example applications @<:@default=yes@:>@])],
[], [enable_examples=yes])
[Build example applications @<:@default=no@:>@])],
[], [enable_examples=no])
AM_CONDITIONAL([ENABLE_EXAMPLES], [test "x$enable_examples" = "xyes"])
# Checks for programs.