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.