From: oetiker Date: Sun, 26 Dec 2010 17:25:09 +0000 (+0000) Subject: make configure recognize tcl-site argument (#281) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=376be65fb1572fb6d8523ef15ed0f93ae808006a;p=rrdtool-all.git make configure recognize tcl-site argument (#281) git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@2159 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/configure.ac b/program/configure.ac index 9d9914b5..453d9817 100644 --- a/program/configure.ac +++ b/program/configure.ac @@ -864,7 +864,7 @@ if test "$enable_tcl" = "yes"; then TCL_INCLUDE_SPEC="$TCL_INCLUDE_SPEC -I$TCL_INC_DIR" fi fi - AC_ARG_ENABLE(tcl,AS_HELP_STRING([--enable-tcl-site],[install the tcl extension in the tcl tree]), + AC_ARG_ENABLE(tcl-site,AS_HELP_STRING([--enable-tcl-site],[install the tcl extension in the tcl tree]), [],[enable_tcl_site=yes]) fi