]> granicus.if.org Git - graphviz/commitdiff
correct include path to private copy of tkInt.h
authorellson <devnull@localhost>
Wed, 19 Jan 2005 22:30:01 +0000 (22:30 +0000)
committerellson <devnull@localhost>
Wed, 19 Jan 2005 22:30:01 +0000 (22:30 +0000)
configure.ac

index 29a4aa02732ecb0f0e5ff5e19a3c92bbb8af20e4..70d8e4e5eb69182352a8a46bcfb8937fde8c8f60 100644 (file)
@@ -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