[vlc-commits] shell syntax
Rémi Denis-Courmont
git at videolan.org
Fri May 20 22:09:56 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri May 20 23:08:24 2011 +0300| [3bf09ca74b6a63c105d364e92d0d841ee9926bf6] | committer: Rémi Denis-Courmont
shell syntax
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3bf09ca74b6a63c105d364e92d0d841ee9926bf6
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index c24ca7a..a3fcd46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4131,7 +4131,7 @@ dnl
dnl media library
dnl
AC_ARG_ENABLE(media-library, [--enable-media-library media library (default disabled)])
-if test "${enable_media_library}" == "yes"; then
+if test "${enable_media_library}" = "yes"; then
if test "${enable_sqlite}" != "yes"; then
AC_MSG_ERROR([SQLite module is required for the media library])
else
More information about the vlc-commits
mailing list