]> granicus.if.org Git - graphviz/commitdiff
fix tcl pkgIndex generation
authorellson <devnull@localhost>
Fri, 9 May 2008 04:00:57 +0000 (04:00 +0000)
committerellson <devnull@localhost>
Fri, 9 May 2008 04:00:57 +0000 (04:00 +0000)
configure.ac

index 1d2de2d28ea2c998d5c2eb6a6bc09b7af79f2d7e..651cee67090e9cc1eca46dd4a44c538bab222fbe 100644 (file)
@@ -2470,7 +2470,7 @@ TCL_PKGINDEX=""
 TCL_PKGINDEX_GD=""
 TCL_PKGINDEX_SWIG=""
 TK_PKGINDEX=""
-if test "$HAVE_TCL" = "1"; then
+if test "$use_tcl" = "Yes"; then
     TCL_PKGINDEX="tcldot/pkgIndex.tcl tclpathplan/pkgIndex.tcl"
     if test "x$with_libgd" = "xyes"; then
        TCL_PKGINDEX_GD="gdtclft/pkgIndex.tcl"