From 59a1eeb1b18483ec716afde24df3f0593ed5085c Mon Sep 17 00:00:00 2001 From: Eric Blossom Date: Mon, 6 Dec 2010 20:02:51 -0800 Subject: Update comments for --enable-guile, reflecting that it's disabled by default. --- gr-howto-write-a-block/config/gr_standalone.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gr-howto-write-a-block/config/gr_standalone.m4') 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 ;; -- cgit