Skip to content

Commit 5ca88f1

Browse files
author
jan.nijtmans
committed
Fix [https://core.tcl-lang.org/tcl/tktview/4eb878ad82|4eb878ad82]: configure for itcl on linux fails with error message
1 parent 684e30a commit 5ca88f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9494,7 +9494,7 @@ eval itcl_SRC_DIR="$srcdir"
94949494
itcl_SRC_DIR=`cd "${itcl_SRC_DIR}"; pwd`
94959495

94969496

9497-
eval itcl_INCLUDE_SPEC="-I${itcl_SRC_DIR}/generic -I${itcl_SRC_DIR}"
9497+
eval itcl_INCLUDE_SPEC=\"\\\"-I${itcl_SRC_DIR}/generic\\\"\"
94989498

94999499

95009500
#--------------------------------------------------------------------

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ eval itcl_SRC_DIR="$srcdir"
263263
itcl_SRC_DIR=`cd "${itcl_SRC_DIR}"; pwd`
264264
AC_SUBST(itcl_SRC_DIR)
265265

266-
eval itcl_INCLUDE_SPEC="-I${itcl_SRC_DIR}/generic -I${itcl_SRC_DIR}"
266+
eval itcl_INCLUDE_SPEC=\"-I${itcl_SRC_DIR}/generic\"
267267
AC_SUBST(itcl_INCLUDE_SPEC)
268268

269269
#--------------------------------------------------------------------

0 commit comments

Comments
 (0)