summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2010-08-22 19:22:34 +0400
committerNikolai Kondrashov <spbnick@gmail.com>2010-08-22 19:22:34 +0400
commit6514d51e917f11676b3cee415ee098169c833e6b (patch)
tree7c0f8190306117556feb1a695b19b7ee733dda5a
parent490ac2a5fc080ecc6daeef60117e65143013d4d1 (diff)
downloadusbhid-dump-6514d51e917f11676b3cee415ee098169c833e6b.tar.gz
Add another package name to libusb 1.0 dependency
Add another libusb 1.0 development package name (libusb1-devel) to the configure.ac dependency error message to better support Fedora users.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index abe945e..b537ee8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,7 +50,7 @@ AC_PROG_LIBTOOL
AC_CHECK_LIB(
[usb-1.0], [libusb_init], [],
[AC_MSG_FAILURE([libusb is required, but was not found, abort.
- Try installing libusb-1.0-0-dev package.])])
+ Try installing libusb-1.0-0-dev or libusb1-devel.])])
#
# Checks for features