Move modtcl into modules/

If you did ./configure --enable-tcl, tcl wasn't actually enabled because
--enable-extra was missing, That's less than optimal.

Just moving modtcl out of modules/extra solves this problem.

Big thanks go to zynox/kylef for noticing this!

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2011-02-17 17:45:46 +01:00
parent a533066dc6
commit 2dcf79cedc
5 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ endif
include $(srcdir)/modperl/Makefile.inc
include $(srcdir)/modpython/Makefile.inc
include $(srcdir)/Makefile.modtcl
include $(srcdir)/modtcl/Makefile.inc
FILES := $(basename $(FILES))