* configure.in: Revise sol-thread.o test.

* configure: Regenerated.

	* source.c (find_source_lines): Reassign size to result of read.
This commit is contained in:
David Edelsohn 1996-06-20 21:21:27 +00:00
parent 8d190aa344
commit 1a7b4b7ced
3 changed files with 504 additions and 190 deletions

View File

@ -1,3 +1,10 @@
Thu Jun 20 13:42:23 1996 Doug Evans <dje@canuck.cygnus.com>
* configure.in: Revise sol-thread.o test.
* configure: Regenerated.
* source.c (find_source_lines): Reassign size to result of read.
start-sanitize-gdbtk
Thu Jun 20 08:18:59 1996 Fred Fish <fnf@cygnus.com>

682
gdb/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -100,7 +100,8 @@ dnl See if thread_db library is around for Solaris thread debugging. Note that
dnl we must explicitly test for version 1 of the library because version 0
dnl (present on Solaris 2.4 or earlier) doesn't have the same API.
if test ${host} = ${target} ; then
case ${build}:${host}:${target} in
*-*-solaris2*:*-*-solaris2*:*-*-solaris2*)
AC_MSG_CHECKING(for Solaris thread debugging library)
if test -f /usr/lib/libthread_db.so.1 ; then
AC_MSG_RESULT(yes)
@ -112,7 +113,7 @@ if test ${host} = ${target} ; then
fi
AC_SUBST(THREAD_DB_OBS)
AC_SUBST(CONFIG_LDFLAGS)
fi
esac
dnl Handle optional features that can be enabled.
ENABLE_CFLAGS=