[Intel-gfx] [PATCH] sna: wc-mmap: Fix warning in configure

Sedat Dilek sedat.dilek at gmail.com
Fri Nov 7 10:54:18 CET 2014


This fixes the following warning due to a typo:

configure: WARNING: unrecognized options: --enable-wc-map
Signed-off-by: Sedat Dilek <sedat.dilek at gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e5877c8..328b4e9 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"])
-- 
2.1.3




More information about the Intel-gfx mailing list