[Intel-gfx] [PATCH 2/8] build: Fix unbalanced quoting in the python dumper AC_ARG_ENABLE()

Damien Lespiau damien.lespiau at intel.com
Fri Jul 19 18:49:42 CEST 2013


Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 59d01cf..caf929c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -104,7 +104,7 @@ AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xyes])
 AC_ARG_ENABLE(dumper,
 	      AS_HELP_STRING([--disable-dumper],
 			     [Disable the python based register dumper (default: enabled)]),
-			     DUMPER=$enableval], [DUMPER=yes])
+			     [DUMPER=$enableval], [DUMPER=yes])
 if test "x$DUMPER" == xyes; then
 	AC_DEFINE(HAVE_DUMPER, 1, [Have dumper support])
 	# SWIG configuration
-- 
1.8.3.1




More information about the Intel-gfx mailing list