From: ellson Date: Sun, 23 Dec 2007 17:17:42 +0000 (+0000) Subject: -fix breakage from additional headers required by tk8.5 X-Git-Tag: LAST_LIBGRAPH~32^2~4956 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=653e453da42ad37754c69fdd6919aa3588969e7f;p=graphviz -fix breakage from additional headers required by tk8.5 -make test.tcl more specific about where to fint libgv_tcl.so --- diff --git a/configure.ac b/configure.ac index d689d89e1..48dc450d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1271,7 +1271,7 @@ if test "$HAVE_TK" = "1"; then WISH_EXEC_PREFIX=`echo $WISH|sed -e 's%/bin/wish.*$%%'` if test -f ${WISH_EXEC_PREFIX}/include/tk${TK_VERSION_FOUND}/tk.h; then - TK_INCLUDES="-I${WISH_EXEC_PREFIX}/include/tk${TK_VERSION_FOUND} -I${WISH_EXEC_PREFIX}/include/tk${TK_VERSION_FOUND}/generic" + TK_INCLUDES="-I${WISH_EXEC_PREFIX}/include/tk${TK_VERSION_FOUND} -I${WISH_EXEC_PREFIX}/include/tk${TK_VERSION_FOUND}/generic -I${WISH_EXEC_PREFIX}/include/tk${TK_VERSION_FOUND}/unix" else if test "x${WISH_EXEC_PREFIX}" != "x/usr" -a -f ${WISH_EXEC_PREFIX}/include/tk.h; then TK_INCLUDES=-I${WISH_EXEC_PREFIX}/include @@ -2045,7 +2045,7 @@ AC_SUBST(TCLINT_INCLUDES) # ----------------------------------- # tkInt.h if test -f "$TK_SRC_DIR/generic/tkInt.h"; then -TKINT_INCLUDES="-I$TK_SRC_DIR/generic" +TKINT_INCLUDES="-I$TK_SRC_DIR/generic -I$TK_SRC_DIR/unix" else if test -f "/usr/include/tkInt.h"; then TKINT_INCLUDES=""