X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=configure.ac;h=7da3dda1d3e00683cf72ba68043165f103472da3;hb=074ed6708644323bd441332fb7d34b99bd954350;hp=d8394b47583d8b733a2483975940f668959862e2;hpb=b1cb747e78a22db59dac80434995311a07ff6fdf;p=vlc diff --git a/configure.ac b/configure.ac index d8394b4758..7da3dda1d3 100644 --- a/configure.ac +++ b/configure.ac @@ -965,15 +965,6 @@ CFLAGS="${CFLAGS_save}" RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast cast-align write-strings missing-prototypes volatile-register-var]) RDC_PROG_CC_FLAGS_IFELSE([-pipe]) -dnl This helps detect broken plugins with undefined symbols -dnl Better fail loudly at build-time than silenty at run-time. -dnl Unfortunately, this sucks on FreeBSD (won't even link with -lc) -if test `uname -s` != FreeBSD; then - RDC_PROG_LINK_FLAGS_IFELSE([-Wl,-z,defs], [ - VLC_ADD_LDFLAGS([plugin],[-Wl,-z,defs]) - ]) -fi - dnl Check for various optimization flags AC_CACHE_CHECK([if \$CC accepts -Os], [ac_cv_c_os],