[vlc-commits] Print speexdsp error when enable_speex is set
    Rémi Denis-Courmont 
    git at videolan.org
       
    Mon Oct 17 17:29:21 CEST 2011
    
    
  
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Oct 17 18:01:43 2011 +0300| [3e2861d8b732421dad529e0cc90b8caec6f3b5b4] | committer: Rémi Denis-Courmont
Print speexdsp error when enable_speex is set
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e2861d8b732421dad529e0cc90b8caec6f3b5b4
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 212d9fd..671ca53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2851,7 +2851,7 @@ AS_IF([test "${enable_speex}" != "no"], [
   PKG_CHECK_MODULES([SPEEXDSP], [speexdsp], [
     have_speexdsp="yes"
   ], [
-    AS_IF([test "${enable_speex}" = "yes"], [
+    AS_IF([test -n "${enable_speex}"], [
       AC_MSG_ERROR([${SPEEXDSP_PKG_ERRORS}.])
     ])
   ])
    
    
More information about the vlc-commits
mailing list