diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2018-09-02 14:52:43 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2018-09-08 21:30:42 +0200 |
commit | 4007e3adf1208f2943c72ab11044b57a01b3813b (patch) | |
tree | b3dd63e27d62f2e2db3e725394ea4f7e9921f0be /configure.ac | |
parent | build: move RFPLDADD to bgpd/rfp-example/librfp (diff) | |
download | frr-4007e3adf1208f2943c72ab11044b57a01b3813b.tar.xz frr-4007e3adf1208f2943c72ab11044b57a01b3813b.zip |
build: use -export-dynamic
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index 521d27a68..2e8b953c0 100755 --- a/configure.ac +++ b/configure.ac @@ -287,20 +287,6 @@ if test x"${enable_werror}" = x"yes" ; then fi AC_SUBST(WERROR) -dnl need link on this one, not compile -AC_LANG_PUSH(C) -ac_ld_flag_save="$LDFLAGS" -LDFLAGS="$LDFLAGS -rdynamic" -AC_MSG_CHECKING([[whether linker supports -rdynamic]]) -AC_LINK_IFELSE( - [AC_LANG_PROGRAM([[]])], - [AC_MSG_RESULT([yes])], - [ - LDFLAGS="$ac_ld_flag_save" - AC_MSG_RESULT([no]) - ]) -AC_LANG_POP(C) - dnl ---------- dnl Essentials dnl ---------- |