18d3439b97
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1522 6952d904-891a-0410-993b-d76249ca496b
12 lines
452 B
Diff
12 lines
452 B
Diff
--- configure.old 2007-09-24 22:21:16.000000000 +0200
|
|
+++ configure 2007-09-24 22:21:27.000000000 +0200
|
|
@@ -26609,7 +26609,7 @@
|
|
# whether libusb-devel is installed or not defines whether the RPM
|
|
# packages we're going to build will depend on libusb and libusb-devel
|
|
# RPM packages or not.
|
|
- if rpm -q libusb-devel > /dev/null 2>&1; then
|
|
+ if false -q libusb-devel > /dev/null 2>&1; then
|
|
RPM_LIBUSB_DEVEL_TRUE=
|
|
RPM_LIBUSB_DEVEL_FALSE='#'
|
|
else
|