mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-19 05:46:25 +00:00
build: Fix unbalanced quoting in the python dumper AC_ARG_ENABLE()
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
54ec3cbdd5
commit
bbce319b29
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user