[vlc-commits] configure: reenable -z,defs
Rémi Denis-Courmont
git at videolan.org
Tue Nov 7 18:05:01 CET 2017
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Nov 7 18:45:12 2017 +0200| [e85682585ab27a3c0593c403b892190c52009960] | 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=e85682585ab27a3c0593c403b892190c52009960
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 64576ed018..9e9571dea4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1133,7 +1133,7 @@ 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])
+AS_IF([test "${ac_cv_ld_z_defs}" = "no"], [VLC_RESTORE_FLAGS])
dnl Check for __attribute__((packed))
AC_CACHE_CHECK([for __attribute__((packed))],
More information about the vlc-commits
mailing list