vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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}.])
     ])
   ])

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to