blob: 1e8d4525d31bc425ba7fe7ac327e735178c56f2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- gdb/configure.orig 2015-10-20 20:45:48.438883473 +0300
+++ gdb/configure 2015-10-20 20:46:15.639881883 +0300
@@ -13875,7 +13875,7 @@ $as_echo "could not find ${TCL_BIN_DIR}/
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tcl private headers" >&5
$as_echo_n "checking for Tcl private headers... " >&6; }
private_dir=""
- dir=`echo ${TCL_INCLUDE_SPEC}/tcl-private/generic | sed -e s/-I//`
+ dir=`echo ${TCL_INCLUDE_SPEC}/generic | sed -e s/-I//`
if test -f ${dir}/tclInt.h ; then
private_dir=${dir}
fi
@@ -13984,7 +13984,7 @@ $as_echo "could not find ${TK_BIN_DIR}/t
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tk private headers" >&5
$as_echo_n "checking for Tk private headers... " >&6; }
private_dir=""
- dir=`echo ${TK_INCLUDE_SPEC}/tk-private/generic | sed -e s/-I//`
+ dir=`echo ${TK_INCLUDE_SPEC}/generic | sed -e s/-I//`
if test -f ${dir}/tkInt.h; then
private_dir=${dir}
fi
|