vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
