Commit 44e837ae authored by Christophe Mutricy's avatar Christophe Mutricy

Work-around a subtility of the preprocessor and use " instead of <>.

This will break for the people with a linux/videodev2.h in srcdir or srcdir/modules/access but that's quite unlikely.
Closes #1238
parent 1a539b89
...@@ -2370,7 +2370,7 @@ then ...@@ -2370,7 +2370,7 @@ then
then then
AC_DEFINE_UNQUOTED(VIDEODEV2_H_FILE, "${with_videodev2}", [Location of videodev2.h]) AC_DEFINE_UNQUOTED(VIDEODEV2_H_FILE, "${with_videodev2}", [Location of videodev2.h])
else else
AC_DEFINE(VIDEODEV2_H_FILE, <linux/videodev2.h>, [Location of videodev2.h]) AC_DEFINE(VIDEODEV2_H_FILE, "linux/videodev2.h", [Location of videodev2.h])
fi fi
......
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