All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure.ac: fixes for rule_generator and modeswitch
@ 2011-05-19 11:35 Michal Soltys
  2011-05-19 11:39 ` Kay Sievers
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Soltys @ 2011-05-19 11:35 UTC (permalink / raw)
  To: linux-hotplug

Signed-off-by: Michal Soltys <soltys@ziu.info>
---
 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index d9947ef..3a2d927 100644
--- a/configure.ac
+++ b/configure.ac
@@ -75,10 +75,10 @@ AM_CONDITIONAL(WITH_SYSTEMD, [test -n "$with_systemdsystemunitdir" -a "x$with_sy
 # ------------------------------------------------------------------------------
 # rule_generator - persistent network and optical device rule generator
 # ------------------------------------------------------------------------------
-AC_ARG_ENABLE([hwdb],
+AC_ARG_ENABLE([rule_generator],
 	AS_HELP_STRING([--disable-rule_generator], [disable persistent network, cdrom support]),
 	[], [enable_rule_generator=yes])
-AM_CONDITIONAL([ENABLE_RULE_GENERATOR], [test "x$enable_rule_genarator" = xyes])
+AM_CONDITIONAL([ENABLE_RULE_GENERATOR], [test "x$enable_rule_generator" = xyes])
 
 # ------------------------------------------------------------------------------
 # usb/pci-db - read vendor/device string database
@@ -190,7 +190,7 @@ AM_CONDITIONAL([ENABLE_EDD], [test "x$enable_edd" = xyes])
 # ------------------------------------------------------------------------------
 # mobile-action-modeswitch - switch Mobile Action cables into serial mode
 # ------------------------------------------------------------------------------
-AC_ARG_ENABLE([ACTION_MODESWITCH],
+AC_ARG_ENABLE([action_modeswitch],
 	AS_HELP_STRING([--enable-action_modeswitch], [enable action modeswitch support]),
 	[], [enable_action_modeswitch=no])
 if test "x$enable_action_modeswitch" = xyes; then
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configure.ac: fixes for rule_generator and modeswitch
  2011-05-19 11:35 [PATCH] configure.ac: fixes for rule_generator and modeswitch Michal Soltys
@ 2011-05-19 11:39 ` Kay Sievers
  0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2011-05-19 11:39 UTC (permalink / raw)
  To: linux-hotplug

On Thu, May 19, 2011 at 13:35, Michal Soltys <soltys@ziu.info> wrote:
> Signed-off-by: Michal Soltys <soltys@ziu.info>
> ---
>  configure.ac |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)

Applied.

Thanks,
Kay

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-19 11:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-19 11:35 [PATCH] configure.ac: fixes for rule_generator and modeswitch Michal Soltys
2011-05-19 11:39 ` Kay Sievers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.