Fix typo in configure.ac

Change-Id: I5589183c80c97f2a2a5ed6ed209f529e8f732138
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/configure.ac b/configure.ac
index 93c1523..2152b03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,8 +57,8 @@
     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"])