Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 91707
Collapse All | Expand All

(-)rhythmbox-0.8.8.orig/configure.ac (-2 / +6 lines)
Lines 339-346 Link Here
339
339
340
AC_PATH_X
340
AC_PATH_X
341
341
342
CFLAGS="-I$x_includes $CFLAGS"
342
if test x"$x_includes" != x; then
343
LIBS="-L$x_libraries $LIBS"
343
	CFLAGS="-I$x_includes $CFLAGS"
344
fi
345
if test x"$x_libraries" != x; then
346
	LIBS="-L$x_libraries $LIBS"
347
fi
344
348
345
have_xidle=no
349
have_xidle=no
346
AC_COMPILE_IFELSE([
350
AC_COMPILE_IFELSE([

Return to bug 91707