[vlc-devel] [PATCH 2/2] configure: Use consistent test style

Marvin Scholz epirat07 at gmail.com
Wed Oct 4 01:55:00 CEST 2017


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

diff --git a/configure.ac b/configure.ac
index f997f083d3..c6bac3f3c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1134,7 +1134,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 "x$with_sanitizer" != xno], [VLC_RESTORE_FLAGS])
+AS_IF([test "${ac_cv_ld_z_defs}" = "no" -o "${with_sanitizer}" != "no"], [VLC_RESTORE_FLAGS])
 
 AM_COND_IF([HAVE_DARWIN], [], [
   AS_IF([test "${with_sanitizer}" = "no"], [
-- 
2.13.5 (Apple Git-94)



More information about the vlc-devel mailing list