diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/gr_scripting.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/gr_scripting.m4 b/config/gr_scripting.m4 index 001f3b7e3..866b7e017 100644 --- a/config/gr_scripting.m4 +++ b/config/gr_scripting.m4 @@ -32,9 +32,6 @@ AC_DEFUN([GR_SCRIPTING],[ if test x${enable_python} = xyes; then SWIG_PYTHON fi - if test x${enable_tcl} = xyes; then - SWIG_TCL - fi if test x${enable_guile} = xyes; then SWIG_GUILE fi |