summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e5877c80..328b4e99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -723,7 +723,7 @@ if test "x$RENDERNODE" = "xyes"; then
fi
AC_ARG_ENABLE(wc-mmap,
- AS_HELP_STRING([--enable-wc-map],
+ AS_HELP_STRING([--enable-wc-mmap],
[Enable use of WriteCombining mmaps [default=no]]),
[WC_MMAP="$enableval"],
[WC_MMAP="no"])