updated on Sun Jan 22 08:00:21 UTC 2012
[aur-mirror.git] / tcloo / configure.patch
blobf0d18cbc7a259835ec94fd25640e143a9846c9d0
1 --- configure.old 2010-04-07 20:16:24.000000000 -0700
2 +++ configure 2010-04-07 20:16:34.000000000 -0700
3 @@ -6746,7 +6746,7 @@
4 ;;
5 esac
6 else
7 - if test ! -f "${TCL_SRC_DIR}/generic/tclInt.h" ; then
8 + if test ! -f "${TCL_SRC_DIR}/tclInt.h" ; then
9 { { echo "$as_me:$LINENO: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&5
10 echo "$as_me: error: Cannot find private header tclInt.h in ${TCL_SRC_DIR}" >&2;}
11 { (exit 1); exit 1; }; }