* configure.ac: Correct td_thr_tls_get_addr test.

* configure: Regenerated.
This commit is contained in:
Daniel Jacobowitz 2006-11-16 22:04:09 +00:00
parent 7a11f07a31
commit cb7283db10
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
* configure.ac: Correct td_thr_tls_get_addr test.
* configure: Regenerated.
2006-11-16 Daniel Jacobowitz <dan@codesourcery.com>
* linux-low.c (linux_wait_for_event): Reformat. Use the

View file

@ -3968,7 +3968,7 @@ _ACEOF
fi
if test "$srv_cv_tls_get_addr"; then
if test "$srv_cv_tls_get_addr" = yes; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_TD_THR_TLS_GET_ADDR 1

View file

@ -135,7 +135,7 @@ if test "$srv_linux_thread_db" = "yes"; then
AC_DEFINE(HAVE_TD_VERSION, 1, [Define if TD_VERSION is available.])
fi
if test "$srv_cv_tls_get_addr"; then
if test "$srv_cv_tls_get_addr" = yes; then
AC_DEFINE(HAVE_TD_THR_TLS_GET_ADDR, 1, [Define if td_thr_tls_get_addr is available.])
fi
fi