aboutsummaryrefslogtreecommitdiff
path: root/opcodes/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-04-07 21:01:00 +0000
committerIan Lance Taylor <ian@airs.com>1997-04-07 21:01:00 +0000
commitb4aa23f24488d584963b30451fc68b02cdbdbb0d (patch)
tree33236f9ff78cc1189843d37404c054a647fcfcb4 /opcodes/configure.in
parent418d5b058a4ffbe5051e0e625a1ea420e8c57a1c (diff)
downloadgdb-b4aa23f24488d584963b30451fc68b02cdbdbb0d.zip
gdb-b4aa23f24488d584963b30451fc68b02cdbdbb0d.tar.gz
gdb-b4aa23f24488d584963b30451fc68b02cdbdbb0d.tar.bz2
* configure.in: Substitute SHLIB_LIBS.
* configure: Rebuild. * Makefile.in (SHLIB_LIBS): New variable. ($(SHLIB)): Use $(SHLIB_LIBS).
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r--opcodes/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in
index d0949ba..4baa5de 100644
--- a/opcodes/configure.in
+++ b/opcodes/configure.in
@@ -97,6 +97,7 @@ AC_SUBST(PICFLAG)
AC_SUBST(SHLIB)
AC_SUBST(SHLIB_CC)
AC_SUBST(SHLIB_CFLAGS)
+AC_SUBST(SHLIB_LIBS)
if test "${commonbfdlib}" = "true"; then
COMMON_SHLIB=yes
# Rebuild the shared library if libiberty or libbfd changes.