[vlc-commits] configure: reenable -z,defs

Rémi Denis-Courmont git at videolan.org
Tue Nov 7 17:46:52 CET 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Nov  7 18:45:12 2017 +0200| [7a5159cc5830525bc7527e84db065273c18766ab] | committer: Rémi Denis-Courmont

configure: reenable -z,defs

Because people can clearly not be trusted to build without it.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a5159cc5830525bc7527e84db065273c18766ab
---

 configure.ac | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 64576ed018..c8f439d468 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1133,7 +1133,6 @@ AC_CACHE_CHECK([if linker supports -z,defs], [ac_cv_ld_z_defs], [
     ac_cv_ld_z_defs="no"
   ])
 ])
-AS_IF([test "${ac_cv_ld_z_defs}" = "no" -o "${with_sanitizer}" != "no"], [VLC_RESTORE_FLAGS])
 
 dnl Check for __attribute__((packed))
 AC_CACHE_CHECK([for __attribute__((packed))],



More information about the vlc-commits mailing list