aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-02-08 17:53:08 +0000
committerAndrew Cagney <cagney@redhat.com>2004-02-08 17:53:08 +0000
commit3483b318bc4e977107dddc2e881455af8161373a (patch)
treea5a0aa13affe56db13c5afe782f1121310a5a25a /gdb/configure
parent23e3c3fcdc1e7fcd8484ad21499ca21d351c1555 (diff)
downloadgdb-3483b318bc4e977107dddc2e881455af8161373a.zip
gdb-3483b318bc4e977107dddc2e881455af8161373a.tar.gz
gdb-3483b318bc4e977107dddc2e881455af8161373a.tar.bz2
2004-02-08 Andrew Cagney <cagney@redhat.com>
* configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS. * configure: Re-generate.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure
index f9ac624..a1b2795 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -8899,7 +8899,7 @@ echo "configure:8895: checking for HPUX/OSF thread support" >&5
#define HAVE_HPUX_THREAD_SUPPORT 1
EOF
- CONFIG_LIB_OBS="${CONFIG_LIB_OBS} hpux-thread.o"
+ CONFIG_OBS="${CONFIG_OBS} hpux-thread.o"
CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c"
else
echo "$ac_t""no (suppressed because you are not using GCC)" 1>&6
@@ -8921,7 +8921,7 @@ echo "configure:8918: checking for Solaris thread debugging library" >&5
#define HAVE_THREAD_DB_LIB 1
EOF
- CONFIG_LIB_OBS="${CONFIG_LIB_OBS} sol-thread.o"
+ CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c"
echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
echo "configure:8928: checking for dlopen in -ldl" >&5
@@ -9076,7 +9076,7 @@ fi
echo "$ac_t""$gdb_cv_have_aix_thread_debug" 1>&6
if test $gdb_cv_have_aix_thread_debug = yes; then
CONFIG_SRCS="${CONFIG_SRCS} aix-thread.c"
- CONFIG_LIB_OBS="${CONFIG_LIB_OBS} aix-thread.o"
+ CONFIG_OBS="${CONFIG_OBS} aix-thread.o"
CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -lpthdebug"
fi
;;