[vlc-commits] configure: fix vcd + winstore test for some Linux build systems

Steve Lhomme git at videolan.org
Mon Apr 1 12:03:21 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Apr  1 12:02:55 2019 +0200| [fa1bf247e078ce4d2c4280b08e479e47239c5154] | committer: Steve Lhomme

configure: fix vcd + winstore test for some Linux build systems

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fa1bf247e078ce4d2c4280b08e479e47239c5154
---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 737f26b5db..adf61a1929 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2101,7 +2101,7 @@ AC_ARG_ENABLE([libcddb],
   AS_HELP_STRING([--disable-libcddb],
     [disable CDDB for Audio CD (default enabled)]))
 
-if test "${enable_vcd}" != "no" -a test "${enable_winstore_app}" != "yes"
+if test "${enable_vcd}" != "no" -a "${enable_winstore_app}" != "yes"
 then
   AC_MSG_CHECKING(for cdrom_msf0 in linux/cdrom.h)
   AC_EGREP_HEADER(cdrom_msf0,linux/cdrom.h,[



More information about the vlc-commits mailing list