xf86-video-intel: configure.ac

Chris Wilson ickle at kemper.freedesktop.org
Fri Nov 7 02:06:10 PST 2014


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e96520327bd2ef4fbc7b7b5169a17b966d9f85f3
Author: Sedat Dilek <sedat.dilek at gmail.com>
Date:   Fri Nov 7 10:54:18 2014 +0100

    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 at gmail.com>

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"])


More information about the xorg-commit mailing list