diff options
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index ecc6f53..438e404 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -40,7 +40,7 @@ CY_GNU_GETTEXT dnl List of object files added by configure. CONFIG_OBS= -CONFIG_LOBS= +CONFIG_LIB_OBS= CONFIG_DEPS= CONFIG_SRCS= CONFIG_INITS= @@ -408,7 +408,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then if test "$GCC" = "yes" ; then AC_MSG_RESULT(yes) AC_DEFINE(HAVE_HPUX_THREAD_SUPPORT) - CONFIG_LOBS="${CONFIG_LOBS} hpux-thread.o" + CONFIG_LIB_OBS="${CONFIG_LIB_OBS} hpux-thread.o" CONFIG_SRCS="${CONFIG_SRCS} hpux-thread.c" else AC_MSG_RESULT(no (suppressed because you are not using GCC)) @@ -422,7 +422,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then if test -f /usr/lib/libthread_db.so.1 ; then AC_MSG_RESULT(yes) AC_DEFINE(HAVE_THREAD_DB_LIB) - CONFIG_LOBS="${CONFIG_LOBS} sol-thread.o" + CONFIG_LIB_OBS="${CONFIG_LIB_OBS} sol-thread.o" CONFIG_SRCS="${CONFIG_SRCS} sol-thread.c" AC_CHECK_LIB(dl, dlopen) if test "$GCC" = "yes" ; then @@ -584,7 +584,7 @@ no) enable_netrom=no ;; esac]) if test "${enable_netrom}" = "yes"; then - CONFIG_LOBS="${CONFIG_LOBS} remote-nrom.o" + CONFIG_LIB_OBS="${CONFIG_LIB_OBS} remote-nrom.o" CONFIG_SRCS="${CONFIG_SRCS} remote-nrom.c" fi @@ -986,7 +986,7 @@ AC_SUBST(IGNORE_SIM_OBS) AC_SUBST(ENABLE_CFLAGS) AC_SUBST(CONFIG_OBS) -AC_SUBST(CONFIG_LOBS) +AC_SUBST(CONFIG_LIB_OBS) AC_SUBST(CONFIG_DEPS) AC_SUBST(CONFIG_SRCS) AC_SUBST(CONFIG_INITS) |