summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2019-01-31 11:46:29 +1300
committerOlly Betts <olly@survex.com>2019-02-01 12:57:00 +1300
commitec72026285729f5b73f85505a1fd44263816d739 (patch)
treebb53e73b77a4394f53cb1c644a6d9938fbb2e872 /configure.ac
parent50a80e6ee35fb0a45c17bf63afbbe450c9783174 (diff)
downloadswig-ec72026285729f5b73f85505a1fd44263816d739.tar.gz
Stop defaulting to Tcl
SWIG now requires a target language to be specified instead of defaulting to wrapping for Tcl. Specifying swig --help without a target language now just shows the generic help. The -nolang option has been removed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index deb537e81..b2644762a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,9 +16,6 @@ AM_INIT_AUTOMAKE
dnl Some extra defines for the config file
AH_BOTTOM([
-/* Default language */
-#define SWIG_LANG "-tcl"
-
/* Deal with attempt by Microsoft to deprecate C standard runtime functions */
#if defined(_MSC_VER)
# define _CRT_SECURE_NO_DEPRECATE