aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1997-01-22 02:33:50 +0000
committerStu Grossman <grossman@cygnus>1997-01-22 02:33:50 +0000
commit95b475477e334703b3d4b5c2864e3e0525a27270 (patch)
tree866acde8f3406420bf1f0ac8df946d3986fd6131 /gdb/configure.in
parent95efddf268da4a4559d064ff02af6490afdb493f (diff)
downloadgdb-95b475477e334703b3d4b5c2864e3e0525a27270.zip
gdb-95b475477e334703b3d4b5c2864e3e0525a27270.tar.gz
gdb-95b475477e334703b3d4b5c2864e3e0525a27270.tar.bz2
* configure.in configure: Check if host has libdl if doing
Solaris threads.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 3610389..5c4f497 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -178,6 +178,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_THREAD_DB_LIB)
CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
+ AC_CHECK_LIB(dl, dlopen)
if test "$GCC" = "yes" ; then
CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -Xlinker -export-dynamic"
fi