diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-10-29 17:43:44 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2009-10-29 17:43:44 +0000 |
commit | 96f1593750e940f6aac4fd5fe29968bbfe1e7f5b (patch) | |
tree | e4498398b97b713b0e40010413bebb41afdd5002 /gdb/gdbserver/config.in | |
parent | 64c1b14eac6772851c5f3d56cbf6426e18492e82 (diff) | |
download | gdb-96f1593750e940f6aac4fd5fe29968bbfe1e7f5b.zip gdb-96f1593750e940f6aac4fd5fe29968bbfe1e7f5b.tar.gz gdb-96f1593750e940f6aac4fd5fe29968bbfe1e7f5b.tar.bz2 |
2009-10-29 Paul Pluzhnikov <ppluzhnikov@google.com>
* configure.ac: New --with-libthread-db option.
* thread-db.c: Allow direct dependence on libthread_db.
(thread_db_free): Adjust.
* config.in: Regenerate.
* configure: Likewise.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 7eb11b9..7c89966 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -175,6 +175,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if we should use libthread_db directly. */ +#undef USE_LIBTHREAD_DB_DIRECTLY + /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE |