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

Collapse All | Expand All

(-)configure (-15 / +15 lines)
Lines 19997-20017 Link Here
19997
    CPPFLAGS="$CPPFLAGS_save"
19997
    CPPFLAGS="$CPPFLAGS_save"
19998
fi
19998
fi
19999
19999
20000
        # This 'test' call uses non-standard syntax and will fail on most
20000
# This 'test' call uses non-standard syntax and will fail on most
20001
        # systems, but it's just informational so any warning can be ignored.
20001
# systems, but it's just informational so any warning can be ignored.
20002
if test "$LIBUSB_VER" \< "0.1.7"; then
20002
# if test "$LIBUSB_VER" \< "0.1.7"; then
20003
    { echo "$as_me:$LINENO: WARNING:
20003
#     { echo "$as_me:$LINENO: WARNING:
20004
*** You need at least version 0.1.7 of the libusb library for USB support
20004
# *** You need at least version 0.1.7 of the libusb library for USB support
20005
*** http://sourceforge.net/projects/libusb/
20005
# *** http://sourceforge.net/projects/libusb/
20006
*** If you cannot find the appropriate version, try CVS
20006
# *** If you cannot find the appropriate version, try CVS
20007
	    " >&5
20007
# 	    " >&5
20008
echo "$as_me: WARNING:
20008
# echo "$as_me: WARNING:
20009
*** You need at least version 0.1.7 of the libusb library for USB support
20009
# *** You need at least version 0.1.7 of the libusb library for USB support
20010
*** http://sourceforge.net/projects/libusb/
20010
# *** http://sourceforge.net/projects/libusb/
20011
*** If you cannot find the appropriate version, try CVS
20011
# *** If you cannot find the appropriate version, try CVS
20012
	    " >&2;}
20012
# 	    " >&2;}
20013
    exit 1
20013
#     exit 1
20014
fi
20014
# fi
20015
20015
20016
case "$usb_msg" in
20016
case "$usb_msg" in
20017
    yes*)
20017
    yes*)

Return to bug 134968