summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-05-16 10:38:43 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-05-19 16:14:30 +0000
commitaf5d4c5ec0e07ba7a87ddff3f2066d9b3cbb52f8 (patch)
tree50f38e3ef9f631f020de8403f5f9a6d473d971f2
parentee7f64283f2fe728fd4bd67280bf59daaec9df54 (diff)
downloadphosphor-fan-presence-af5d4c5ec0e07ba7a87ddff3f2066d9b3cbb52f8.tar.gz
phosphor-fan-presence-af5d4c5ec0e07ba7a87ddff3f2066d9b3cbb52f8.zip
Fix typo in configure.ac
Change-Id: I5589183c80c97f2a2a5ed6ed209f529e8f732138 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
-rw-r--r--configure.ac4
1 files 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"])
OpenPOWER on IntegriCloud