raster pushed a commit to branch master.

commit 75777b23048697d01e583f81533ca295920a266e
Author: Alex-P. Natsios <[email protected]>
Date:   Fri Mar 29 22:14:34 2013 +0900

    Fixed behavior of --disable{-xine,-v4l2}
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4610cfc..c8b1f9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3449,7 +3449,7 @@ AC_ARG_ENABLE([xine],
    [AC_HELP_STRING([--enable-xine],
                    [enable xine support. @<:@default=disabled@:>@])],
    [
-    if test "x${withval}" = "xyes" ; then
+    if test "x${enableval}" = "xyes" ; then
        want_xine="yes"
     else
        want_xine="no"
@@ -3460,7 +3460,7 @@ AC_ARG_ENABLE([xine],
 AC_ARG_ENABLE([v4l2],
    [AC_HELP_STRING([--enable-v4l2], [enable v4l2 support.])],
    [
-    if test "x${withval}" = "xyes" ; then
+    if test "x${enableval}" = "xyes" ; then
        want_v4l2="yes"
     else
        want_v4l2="no"

-- 

------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2

Reply via email to