Commit 68af308e authored by Jean-Paul Saman's avatar Jean-Paul Saman

Fix --enable-dv detection

parent bf6ba2ca
......@@ -1502,7 +1502,7 @@ dnl dv module: digital video module check for libraw1394
dnl
AC_ARG_ENABLE(dv,
[ --enable-dv dv input module (default disabled)])
if test "{enable_dv}" = "yes"
if test "${enable_dv}" = "yes"
then
AC_ARG_WITH(dv-raw1394,
[ --with-dv-raw1394=PATH libraw1394 headers and libraries])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment