[vlc-commits] configure: Use consistent test style
Marvin Scholz
git at videolan.org
Thu Oct 5 11:39:57 CEST 2017
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Oct 4 01:51:09 2017 +0200| [2f5b3542c73c617ef443f8cc414af1041d8c3da4] | committer: Marvin Scholz
configure: Use consistent test style
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2f5b3542c73c617ef443f8cc414af1041d8c3da4
---
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"], [
More information about the vlc-commits
mailing list