Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 513552 | Differences between
and this patch

Collapse All | Expand All

(-)cups-1.7.1.old/config-scripts/cups-common.m4 (-1 / +1 lines)
Lines 230-236 Link Here
230
AC_SUBST(USBQUIRKS)
230
AC_SUBST(USBQUIRKS)
231
231
232
if test "x$PKGCONFIG" != x; then
232
if test "x$PKGCONFIG" != x; then
233
	if test x$enable_libusb = xyes -o $uname != Darwin; then
233
	if test x$enable_libusb = xyes -a $uname != Darwin; then
234
		AC_MSG_CHECKING(for libusb-1.0)
234
		AC_MSG_CHECKING(for libusb-1.0)
235
		if $PKGCONFIG --exists libusb-1.0; then
235
		if $PKGCONFIG --exists libusb-1.0; then
236
			AC_MSG_RESULT(yes)
236
			AC_MSG_RESULT(yes)

Return to bug 513552