2003-12-24 Stefan Jones <stefan.jones@multigig.com>
* configure.in: Fix the check for headers so it actually uses the info from tclConfig.sh
This commit is contained in:
parent
266a341fe0
commit
0f4685be21
|
|
@ -1,4 +1,9 @@
|
|||
2003-12-03 Evgeny Fiksman <fike@bezeqint.net>
|
||||
2003-12-24 Stefan Jones <stefan.jones@multigig.com>
|
||||
|
||||
* configure.in:
|
||||
Fix the check for headers so it actually uses the info from tclConfig.sh
|
||||
|
||||
2003-12-13 Evgeny Fiksman <fike@bezeqint.net>
|
||||
|
||||
* src/frontend/terminal.c:
|
||||
Increase the buffer size for tgetent
|
||||
|
|
|
|||
|
|
@ -187,8 +187,9 @@ fi
|
|||
. $tcl_config_sh
|
||||
|
||||
CFLAGS="$CFLAGS $TCL_INCLUDE_SPEC"
|
||||
CPPFLAGS="$CPPFLAGS $TCL_INCLUDE_SPEC"
|
||||
|
||||
AC_CHECK_HEADERS(tcl.h blt.h,,AC_MSG_ERROR(Couldn't find Tcl/BLT headers),$TCL_INCLUDE_SPEC)
|
||||
AC_CHECK_HEADERS(tcl.h blt.h,,AC_MSG_ERROR(Couldn't find Tcl/BLT headers),)
|
||||
|
||||
if test ! -x "$TCL_EXEC_PREFIX/bin/tclsh$TCL_VERSION" ; then
|
||||
AC_MSG_ERROR(Couldn't find $TCL_EXEC_PREFIX/bin/tclsh$TCL_VERSION)
|
||||
|
|
|
|||
Loading…
Reference in New Issue