[vlc-devel] [PATCH] configure.ac: fix handling of sndio enablement

Vikram Fugro vikram.fugro at gmail.com
Thu Aug 20 15:53:28 CEST 2015


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

diff --git a/configure.ac b/configure.ac
index 83a6ad9..9c1c1e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3504,7 +3504,7 @@ AC_ARG_ENABLE([sndio],
   ])
 ])
 have_sndio="no"
-AS_IF([test "$enable_sndio" != "no"], [
+AS_IF([test "$enable_sndio" == "yes"], [
   AC_CHECK_HEADER([sndio.h], [
     have_sndio="yes"
   ])
-- 
2.1.4



More information about the vlc-devel mailing list