blob: 7ecf490f28f15a44094d03ae8fc2f643de27bcc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- pciutils/lib/configure.orig 2004-06-22 10:51:26.000000000 -0500
+++ pciutils/lib/configure 2004-06-22 11:19:48.000000000 -0500
@@ -31,7 +31,7 @@
echo_n "Looking for access methods..."
case $sys in
- [lL]inux)
+ [lL]inux*)
case $rel in
2.[1-9]*|[3-9]*) echo_n " proc"
echo >>$c '#define HAVE_PM_LINUX_PROC'
|