fixed typo in hotplug warning message.
This commit is contained in:
parent
9493cf1b47
commit
d1ff202fc4
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ if test "$ENABLE_ETCHOTPLUG" != "no"; then
|
|||
fi
|
||||
|
||||
if test "$ENABLE_ETCHOTPLUG" = "no" && test "$ENABLE_UDEVHOTPLUG" = "no" ; then
|
||||
AC_MSG_WARN([No hotplug mechanism will we installed. Consult ./configure --help if you want hotplug.])
|
||||
AC_MSG_WARN([No hotplug mechanism will be installed. Consult ./configure --help if you want hotplug.])
|
||||
fi
|
||||
|
||||
AC_CONFIG_FILES(
|
||||
|
|
Loading…
Add table
Reference in a new issue