projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97a6868
)
improve handling of --disable-tcl
author
ellson
<devnull@localhost>
Thu, 3 Jan 2008 22:47:49 +0000
(22:47 +0000)
committer
ellson
<devnull@localhost>
Thu, 3 Jan 2008 22:47:49 +0000
(22:47 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index eb3495ddaef68514b043aa5b6ffef62c71162fc4..24dc83ac6b7f6aa4af6664f9024431f07ea1e2d4 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1098,6
+1098,7
@@
else
HAVE_TCL=0
fi
+if test "$HAVE_TCL" = "1"; then
AC_ARG_WITH(tclsh,
[AC_HELP_STRING([--with-tcl=PROG], [use a specific tclsh])],
TCLSH=$withval,)
@@
-1118,6
+1119,7
@@
if test "x$TCLSH" = "x"; then
HAVE_TCL=0
fi
fi
+fi
if test "$HAVE_TCL" = "1"; then
TCL_VERSION_FOUND=`echo 'puts [[info tclversion]]' | $TCLSH`