Removed __ELF__ based test for rdynamic.
This commit is contained in:
parent
6f771517e1
commit
fbbf31a1d8
|
@ -109,9 +109,6 @@ AC_DEFUN(SCSH_ELF, [
|
|||
scsh_cv_elf=no
|
||||
fi])
|
||||
AC_MSG_RESULT($scsh_cv_elf)
|
||||
if test $scsh_cv_elf = yes; then
|
||||
LDFLAGS=-rdynamic
|
||||
fi
|
||||
rm -f conftest.c a.out
|
||||
])
|
||||
dnl -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
|
|
Loading…
Reference in New Issue