summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-16 09:07:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-16 09:07:17 +0000
commit72cd8b289d341035755d0815feb688f8224b25e7 (patch)
tree0f816bda98c0d74789ec853069119dd1cd4f3733 /aclocal
parent2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-72cd8b289d341035755d0815feb688f8224b25e7.tar.bz2
2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-cxx.m4: Remove LIBSUFFIX_VA. * automake/compile.am: Remove LIBSUFFIX_VA.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/check-cxx.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/check-cxx.m4 b/aclocal/check-cxx.m4
index aa51596de5..a780c3a8de 100644
--- a/aclocal/check-cxx.m4
+++ b/aclocal/check-cxx.m4
@@ -20,7 +20,7 @@ HAS_CPLUSPLUS="$rtems_cv_HAS_CPLUSPLUS";
AC_SUBST(HAS_CPLUSPLUS)dnl
if test "$HAS_CPLUSPLUS" = "yes"; then
-CPLUS_LD_LIBS='$(PROJECT_RELEASE)/lib/librtems++$(LIBSUFFIX_VA)'
+CPLUS_LD_LIBS='$(PROJECT_RELEASE)/lib/librtems++$(LIB_VARIANT).a'
fi
AC_SUBST(CPLUS_LD_LIBS)
])