buildsystem: Fix configure.ac --disable-v4l-utils option
authorAlain VOLMAT <alain.volmat@st.com>
Tue, 19 Nov 2013 13:28:27 +0000 (14:28 +0100)
committerGregor Jasny <gjasny@googlemail.com>
Tue, 19 Nov 2013 21:38:47 +0000 (22:38 +0100)
commit1b3526682be67451e06d2aa6c1544947662715a6
tree63e74b7d6194dab17e23c51cee5165211ff19295
parentbd92f7fca83c4237f363e83c2a34f9ec0d92f0d9
buildsystem: Fix configure.ac --disable-v4l-utils option

When using AC_ARG_ENABLE with a string containing - in it, the variable created will contains a _ instead of the -.
Thus for AC_ARG_ENABLE(v4l-utils ..., the variable enable_v4l_utils must be checked.

Signed-off-by: Alain Volmat <alain.volmat@st.com>
Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
configure.ac