diff options
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index 340c087..29f6374 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -38,6 +38,9 @@ /* Define if the "%Lg" format works to print long doubles. */ #undef PRINTF_HAS_LONG_DOUBLE +/* Define if using Solaris thread debugging. */ +#undef HAVE_THREAD_DB_LIB + /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE @@ -88,6 +91,3 @@ /* Define if you have the dl library (-ldl). */ #undef HAVE_LIBDL - -/* Define if you have the Solaris thread_db library (/usr/lib/libthread_db.so.1). */ -#undef HAVE_THREAD_DB_LIB |