diff options
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 8c5ba2fbe95..3e3d4f0e9c6 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -321,7 +321,6 @@ if test ${build} = ${host} -a ${host} = ${target} ; then AC_DEFINE(HAVE_THREAD_DB_LIB) CONFIG_OBS="${CONFIG_OBS} sol-thread.o" CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c" - CONFIG_INITS="${CONFIG_INITS} sol-thread.c" AC_CHECK_LIB(dl, dlopen) if test "$GCC" = "yes" ; then # The GNU linker requires the -export-dynamic option to make |