From af5d4c5ec0e07ba7a87ddff3f2066d9b3cbb52f8 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Tue, 16 May 2017 10:38:43 -0500 Subject: Fix typo in configure.ac Change-Id: I5589183c80c97f2a2a5ed6ed209f529e8f732138 Signed-off-by: Matt Spinler --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 93c1523..2152b03 100644 --- a/configure.ac +++ b/configure.ac @@ -57,8 +57,8 @@ AC_ARG_ENABLE([control], AS_HELP_STRING([--disable-control], [Disable fan control package.])) AC_ARG_ENABLE([cooling-type], AS_HELP_STRING([--disable-cooling-type], [Disable cooling-type package.])) -AC_ARG_ENABLE([monitor-type], - AS_HELP_STRING([--disable-monitor-type], [Disable monitor-type package.])) +AC_ARG_ENABLE([monitor], + AS_HELP_STRING([--disable-monitor], [Disable monitor])) AM_CONDITIONAL([WANT_PRESENCE], [test "x$enable_presence" != "xno"]) AM_CONDITIONAL([WANT_CONTROL], [test "x$enable_control" != "xno"]) -- cgit v1.2.1