﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
132	./configure doesn't find xinit on all systems	xris	Isaac Richards	"the configure script from [6879] trunk looks for 

{{{
/usr/bin/xinit
}}}

but at least in fc4, the file is at 

{{{
/usr/X11R6/bin/xinit
}}}

easy fix is probably to change line 1846 from

{{{
    if test -f /usr/bin/xinit ; then
}}}

to

{{{
    if test -f /usr/bin/xinit -o -f /usr/X11R6/bin/xinit ; then
}}}

though it might be smarter to test the output of ""which"" when scanning for executables that are supposed to be located within $PATH.

Anyway, didn't want to commit this myself lest I be screwing up someone else's ideas on how best to organize this script..."	defect	closed	major	unknown	mythtv		medium	fixed			0
