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:
parent
7f6348b066
commit
b13d8da426
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user