From: ellson Date: Wed, 19 Jan 2005 22:30:01 +0000 (+0000) Subject: correct include path to private copy of tkInt.h X-Git-Tag: LAST_LIBGRAPH~32^2~8068 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b7673d99ff1bf9264b4b3a219e7fa26db503378;p=graphviz correct include path to private copy of tkInt.h --- diff --git a/configure.ac b/configure.ac index 29a4aa027..70d8e4e5e 100644 --- a/configure.ac +++ b/configure.ac @@ -1060,7 +1060,7 @@ else if test -f "/usr/local/include/tclInt.h"; then TCLINT_INCLUDES="-I/usr/local/include" else -TCLINT_INCLUDES="-I$TOP_DIR/tclstubs" +TCLINT_INCLUDES="-I$TOP_DIR/tclpkg/tclstubs" fi fi fi @@ -1077,7 +1077,7 @@ else if test -f "/usr/local/include/tkInt.h"; then TKINT_INCLUDES="-I/usr/local/include" else -TKINT_INCLUDES="-I$TOP_DIR/tkstubs" +TKINT_INCLUDES="-I$TOP_DIR/tclpkg/tkstubs" fi fi fi