﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
3865	Clean up Eudev configure options	chris@…	lfs-book@…	"I believe these options are not needed for Eudev:
{{{
--disable-gudev
--disable-gtk-doc-html
--enable-split-usr
--enable-hwdb
--disable-introspection
}}}

I know the first 2 are definitely not needed, as the strings ""gudev"" and ""gtk-doc"" no longer even exist anywhere in Eudev's source tree.

The split-usr option is automatically enabled if rootprefix!=prefix.
{{{
  if test ""x${ac_default_prefix}"" != ""x${with_rootprefix}"" && test ""x${with_rootprefix}"" != ""x\${prefix}""; then :
  enable_split_usr=yes
}}}

The hwdb seems to be enabled by default.
{{{
# Check whether --enable-hwdb was given.
if test ""${enable_hwdb+set}"" = set; then :
  enableval=$enable_hwdb;
else
  enable_hwdb=yes
fi
}}}

Finally, I would need to double-check, but a quick read of the configure script seems to indicate that introspection support is checked for and automatically disabled if it's not found, without the whole build failing."	task	closed	normal	7.9	Book	SVN	normal	fixed		
