diff options
author | Lionel Landwerlin <[email protected]> | 2017-03-10 16:14:43 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2017-03-13 13:36:31 +0000 |
commit | 3278cd7610588d28a895c2e2ca86aeaa39df9a1e (patch) | |
tree | b7c6da1f5becb080a9204b70e219e0e16bb46324 /configure.ac | |
parent | 351c951e095db47c7cf91b77838d2a7333d775a8 (diff) |
aubinator/genxml: use gzipped files to store embedded genxml
This reduces the size of the aubinator binary from ~1.4Mb to ~700Kb.
With can now drop the checks on xxd in configure.
v2: Fix incorrect makefile dependency (Lionel)
v3: use $(PYTHON2) (Emil)
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bc9a9e48ddb..a99684bd434 100644 --- a/configure.ac +++ b/configure.ac @@ -126,7 +126,6 @@ LT_PREREQ([2.2]) LT_INIT([disable-static]) AC_CHECK_PROG(RM, rm, [rm -f]) -AC_CHECK_PROG(XXD, xxd, [xxd]) AX_PROG_BISON([], AS_IF([test ! -f "$srcdir/src/compiler/glsl/glcpp/glcpp-parse.c"], |