Removed __ELF__ based test for rdynamic.

This commit is contained in:
mainzelm 2004-02-09 08:48:00 +00:00
parent 6f771517e1
commit fbbf31a1d8
1 changed files with 0 additions and 3 deletions

View File

@ -109,9 +109,6 @@ AC_DEFUN(SCSH_ELF, [
scsh_cv_elf=no scsh_cv_elf=no
fi]) fi])
AC_MSG_RESULT($scsh_cv_elf) AC_MSG_RESULT($scsh_cv_elf)
if test $scsh_cv_elf = yes; then
LDFLAGS=-rdynamic
fi
rm -f conftest.c a.out rm -f conftest.c a.out
]) ])
dnl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- dnl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-