-
Notifications
You must be signed in to change notification settings - Fork 129
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #722: Allowing for sites to specify TCL_INCLUDE and TCL_LIBS
- Loading branch information
Robert McLay
committed
Sep 6, 2024
1 parent
f215c7b
commit eb664a5
Showing
2 changed files
with
28 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -746,7 +746,6 @@ if test "$FAST_TCL_INTERP" = yes ; then | |
break | ||
fi | ||
done | ||
fi | ||
fi | ||
|
||
CPPFLAGS="$TCL_INCLUDE" | ||
|