From e96520327bd2ef4fbc7b7b5169a17b966d9f85f3 Mon Sep 17 00:00:00 2001 From: Sedat Dilek Date: Fri, 7 Nov 2014 10:54:18 +0100 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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"]) -- cgit v1.2.3