From 89111ebb2ac9a08dfa7a17be37e0fa05995b3615 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 18 Sep 2016 08:02:52 +0200 Subject: [PATCH] Build example applications by default again A while back, the example applications where broken in our Subsurface-branch, and got disabled by default. This re-enables them to sync better with upstream. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 44f8b4c..0391cb2 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=no@:>@])], - [], [enable_examples=no]) + [Build example applications @<:@default=yes@:>@])], + [], [enable_examples=yes]) AM_CONDITIONAL([ENABLE_EXAMPLES], [test "x$enable_examples" = "xyes"]) # Checks for programs.