R Goddard - 2007-08-03

Logged In: YES
user_id=1857845
Originator: YES

After poking some more at the configuration, it looks like the autoconf call, ac_x_includes, must be returning NO for some reason.

Lines 27910 to 27912
# below we use the standard autoconf calls
ac_x_libraries=$kde_x_libraries
ac_x_includes=$kde_x_includes
...
Lines 28166 to 28170
if test "$kde_x_includes" = NO; then
{ { echo "$as_me:$LINENO: error: Can't find X includes. Please check your installation and add the correct paths!" >&5
echo "$as_me: error: Can't find X includes. Please check your installation and add the correct paths!" >&2;}
{ (exit 1); exit 1; }; }
fi

Any ideas?