diff options
author | Sedat Dilek <sedat.dilek@gmail.com> | 2014-11-07 10:54:18 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-11-07 10:05:59 +0000 |
commit | e96520327bd2ef4fbc7b7b5169a17b966d9f85f3 (patch) | |
tree | e48f956fa39c17c5dec53470137b360bd3ee2e83 /configure.ac | |
parent | ab6680375cc6d5efebe8e40816d1906b15678d6e (diff) |
sna: wc-mmap: Fix warning in configure
This fixes the following warning due to a typo:
configure: WARNING: unrecognized options: --enable-wc-map
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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"]) |