Code

make configure recognize tcl-site argument (#281)
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 26 Dec 2010 17:25:09 +0000 (17:25 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 26 Dec 2010 17:25:09 +0000 (17:25 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2159 a5681a0c-68f1-0310-ab6d-d61299d08faa

configure.ac

index fc9d7408fb9a3484915896a5330b4a608f2e3679..195b7a4d75bd76aa792cf817aa67e9ae1e0382f2 100644 (file)
@@ -862,7 +862,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