From b13d8da426844d5f3910a4c1b3311f10eb812573 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 22 Mar 2016 10:35:04 -0700 Subject: [PATCH] Don't build examples by default They are broken in this branch. Signed-off-by: Dirk Hohndel --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0391cb2..44f8b4c 100644 --- a/configure.ac +++ b/configure.ac @@ -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.