summarylogtreecommitdiffstats
path: root/configure.patch
diff options
context:
space:
mode:
authorJohn D Jones III2015-06-16 16:22:32 -0600
committerJohn D Jones III2015-06-16 16:22:32 -0600
commit3edab7cf255df4b2f084f5d5962c4bbbb24208e8 (patch)
tree163cc5c18551f0e89b156e15cd9280ee833b8ffe /configure.patch
downloadaur-tcloo.tar.gz
Initial import
Diffstat (limited to 'configure.patch')
-rw-r--r--configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.patch b/configure.patch
new file mode 100644
index 000000000000..1a9a3fd7f7dd
--- /dev/null
+++ b/configure.patch
@@ -0,0 +1,11 @@
+--- configure.orig 2015-03-20 11:44:35.629898487 -0600
++++ configure 2015-03-20 11:44:44.773121058 -0600
+@@ -5020,7 +5020,7 @@
+ esac
+ result="Using ${TCL_INCLUDES}"
+ else
+- if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
++ if test ! -f "${TCL_SRC_DIR}/tclInt.h" ; then
+ as_fn_error $? "Cannot find private header tclInt.h in ${TCL_SRC_DIR}" "$LINENO" 5
+ fi
+ result="Using srcdir found in tclConfig.sh: ${TCL_SRC_DIR}"