chiark / gitweb /
Old android branch frontend
[termux-packages] / packages / mosh / configure.ac.patch
1 --- ../mosh/configure.ac        2016-04-08 10:26:08.000000000 +1000
2 +++ ./configure.ac      2016-04-29 00:39:20.295727049 +1000
3 @@ -141,6 +141,12 @@
4    [build_server="yes"])
5  AM_CONDITIONAL([BUILD_SERVER], [test x"$build_server" != xno])
6  
7 +AC_ARG_ENABLE([cfront],
8 +  [AS_HELP_STRING([--enable-cfront], [Build the mosh c program instead of perl @<:@yes@:])],
9 +  [build_cfront="$enableval"],
10 +  [build_cfront="yes"])
11 +AM_CONDITIONAL([BUILD_CFRONT],  [test x"$build_cfront" != xno])
12 +
13  AC_ARG_ENABLE([examples],
14    [AS_HELP_STRING([--enable-examples], [Build the miscellaneous programs in src/examples @<:@no@:>@])],
15    [build_examples="$enableval"],