On 17.08.2016 15:36, Aric Stewart wrote:
Signed-off-by: Aric Stewart aric@codeweavers.com
configure | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 13 +++++++ include/config.h.in | 6 +++ 3 files changed, 129 insertions(+)
You will also have to add a AC_ARG_WITH() line at the beginning to define the supported command line argument. I would also suggest to merge this into the later patch where it is actually used. If you want to keep it separate, the subject should probably be changed to "configure: Add detection for linux udev." or similar.
Regards, Sebastian