You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/logitech-applet/files/logitech-applet-0.4_pre1-co...

21 lines
594 B

--- a/configure.in
+++ b/configure.in
@@ -24,7 +24,7 @@ if test "$LUSB" = "no"; then
echo " http://libusb.sourceforge.net"
echo " or use the --with-libusb-includes option, if you have it installed"
echo " in an unusual place"
- exit
+ exit 1
fi
AC_CHECK_LIB(usb, usb_init, LUSB="yes", LUSB="no")
if test "$LUSB" = "no"; then
@@ -33,7 +33,7 @@ if test "$LUSB" = "no"; then
echo " http://libusb.sourceforge.net"
echo " or use the --with-libusb-libraries option, if you have it installed"
echo " in an unusual place"
- exit
+ exit 1
fi
AC_OUTPUT(Makefile)