diff options
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r-- | gr-howto-write-a-block/config/gr_standalone.m4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/config/gr_standalone.m4 b/gr-howto-write-a-block/config/gr_standalone.m4 index d4acaec2f..beb98204c 100644 --- a/gr-howto-write-a-block/config/gr_standalone.m4 +++ b/gr-howto-write-a-block/config/gr_standalone.m4 @@ -130,9 +130,11 @@ m4_define([GR_STANDALONE], ) AM_CONDITIONAL([PYTHON], [test x$enable_python = xyes]) + dnl Allow user to choose whether to generate SWIG/Guile + dnl Default is disabled AC_ARG_ENABLE([guile], [AS_HELP_STRING([--enable-guile], - [generate SWIG/Guile components (default is yes)])], + [generate SWIG/Guile components (default is no)])], [case "${enableval}" in yes) enable_guile=yes ;; no) enable_guile=no ;; |