[vlc-commits] configure: remove useless check
Daniel Mierswa
git at videolan.org
Mon Feb 21 20:32:38 CET 2011
vlc | branch: master | Daniel Mierswa <impulze at impulze.org> | Mon Feb 21 18:38:04 2011 +0100| [f7c3756249d691eb32151ebb2075ce3213926a97] | committer: Jean-Baptiste Kempf
configure: remove useless check
Signed-off-by: Daniel Mierswa <impulze at impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f7c3756249d691eb32151ebb2075ce3213926a97
---
configure.ac | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/configure.ac b/configure.ac
index de39f2d..6d996fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4151,11 +4151,7 @@ dnl
AC_ARG_ENABLE(media-library, [--enable-media-library media library (default disabled)])
if test "${enable_media_library}" == "yes"; then
if test "${enable_sqlite}" != "yes"; then
- if test "${enable_media_library}" == "yes"; then
- AC_MSG_ERROR([SQLite module is required for the media library])
- else
- AC_MSG_WARN([SQLite module is required for the media library])
- fi
+ AC_MSG_ERROR([SQLite module is required for the media library])
else
AC_DEFINE([MEDIA_LIBRARY], 1, [Define if you want to use the VLC media library])
VLC_ADD_CPPFLAGS([qt4],"-DMEDIA_LIBRARY")
More information about the vlc-commits
mailing list