Lines 97-103
Link Here
|
97 |
pkg_failed=no |
97 |
pkg_failed=no |
98 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV" >&5 |
98 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for UDEV" >&5 |
99 |
@@ -25884,11 +25924,12 @@ else |
99 |
@@ -25884,11 +25924,12 @@ else |
100 |
$as_echo "yes" >&6; } |
100 |
printf "%s\n" "yes" >&6; } |
101 |
HAVE_LIBUDEV=yes |
101 |
HAVE_LIBUDEV=yes |
102 |
fi |
102 |
fi |
103 |
-if test "x$CONFIG_UDEV" = xauto; then |
103 |
-if test "x$CONFIG_UDEV" = xauto; then |
Lines 105-111
Link Here
|
105 |
+ if test "x$CONFIG_UDEV" = xauto; then |
105 |
+ if test "x$CONFIG_UDEV" = xauto; then |
106 |
+ CONFIG_UDEV="$HAVE_LIBUDEV" |
106 |
+ CONFIG_UDEV="$HAVE_LIBUDEV" |
107 |
|
107 |
|
108 |
$as_echo "#define HAVE_LIBUDEV 1" >>confdefs.h |
108 |
printf "%s\n" "#define HAVE_LIBUDEV 1" >>confdefs.h |
109 |
|
109 |
|
110 |
+ fi |
110 |
+ fi |
111 |
fi |
111 |
fi |
Lines 133-139
Link Here
|
133 |
|
133 |
|
134 |
-if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno; then |
134 |
-if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno; then |
135 |
+if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno && test "x$CONFIG_DEVD" = xno; then |
135 |
+if test "x$CONFIG_HAL" = xno && test "x$CONFIG_UDEV" = xno && test "x$CONFIG_DEVD" = xno; then |
136 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: |
136 |
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: |
137 |
- *********************************************** |
137 |
- *********************************************** |
138 |
- Neither HAL nor udev backend will be enabled. |
138 |
- Neither HAL nor udev backend will be enabled. |
139 |
+ ***************************************************** |
139 |
+ ***************************************************** |
Lines 141-147
Link Here
|
141 |
Input device hotplugging will not be available! |
141 |
Input device hotplugging will not be available! |
142 |
- ***********************************************" >&5 |
142 |
- ***********************************************" >&5 |
143 |
+ *****************************************************" >&5 |
143 |
+ *****************************************************" >&5 |
144 |
$as_echo "$as_me: WARNING: |
144 |
printf "%s\n" "$as_me: WARNING: |
145 |
- *********************************************** |
145 |
- *********************************************** |
146 |
- Neither HAL nor udev backend will be enabled. |
146 |
- Neither HAL nor udev backend will be enabled. |
147 |
+ ***************************************************** |
147 |
+ ***************************************************** |