[vlc-commits] Remove bashism
Rafaël Carré
git at videolan.org
Sun Mar 11 01:15:36 CET 2012
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Mar 10 17:26:19 2012 -0500| [87e18497d1ba9525187ca952e85379c59d7dff5b] | committer: Rafaël Carré
Remove bashism
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=87e18497d1ba9525187ca952e85379c59d7dff5b
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index a65af5c..154ec80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2813,7 +2813,7 @@ AC_ARG_WITH(x26410b-tree,
VLC_ADD_CFLAGS([x26410b], [-DPTW32_STATIC_LIB])
fi
], [
- if test "${enable_x26410b}" == "yes"; then
+ if test "${enable_x26410b}" = "yes"; then
AC_MSG_ERROR([x26410b module doesn't work without staticly compiled libx264.a])
fi
])
More information about the vlc-commits
mailing list