From d1ff202fc400610161efb3203746ae20f4a335cc Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 14 Jan 2008 20:29:37 +0000 Subject: [PATCH] fixed typo in hotplug warning message. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bc9f62d..c65115e 100644 --- a/configure.ac +++ b/configure.ac @@ -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( -- 2.26.2