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 <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a6538ae7da
commit
89111ebb2a
@ -49,8 +49,8 @@ AS_IF([test "x$enable_pty" = "xyes"], [
|
|||||||
# Example applications.
|
# Example applications.
|
||||||
AC_ARG_ENABLE([examples],
|
AC_ARG_ENABLE([examples],
|
||||||
[AS_HELP_STRING([--enable-examples=@<:@yes/no@:>@],
|
[AS_HELP_STRING([--enable-examples=@<:@yes/no@:>@],
|
||||||
[Build example applications @<:@default=no@:>@])],
|
[Build example applications @<:@default=yes@:>@])],
|
||||||
[], [enable_examples=no])
|
[], [enable_examples=yes])
|
||||||
AM_CONDITIONAL([ENABLE_EXAMPLES], [test "x$enable_examples" = "xyes"])
|
AM_CONDITIONAL([ENABLE_EXAMPLES], [test "x$enable_examples" = "xyes"])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user