Changeset 925:123db0c5e722 in mediastreamer2


Ignore:
Timestamp:
Mar 25, 2010 3:34:29 PM (3 years ago)
Author:
Simon Morlat <simon.morlat@…>
Branch:
default
Message:

fix errors in configure.ac

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r906 r925  
    562562      [  --disable-libv4l    Disable usage of libv4l, really discouraged], 
    563563      [case "${enableval}" in 
    564         yes) libv4l=true ;; 
    565         no)  libv4l=false ;; 
     564        yes) libv4l=yes ;; 
     565        no)  libv4l=yes ;; 
    566566        *) AC_MSG_ERROR(bad value ${enableval} for --disable-libv4l) ;; 
    567       esac],[libv4l=true])b 
     567      esac],[libv4l=yes]) 
    568568 
    569569PKG_CHECK_MODULES(LIBV4L2, libv4l2, 
     
    579579 
    580580if test "$found_v4l" = "yes" && test "$have_libv4l2" != "yes" ; then 
    581         if test "$libv4l" = "no" ; then 
     581        if test "$libv4l" = "yes" ; then 
    582582                AC_MSG_ERROR( 
    583583[ 
Note: See TracChangeset for help on using the changeset viewer.