mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
configure.ac: Remove space after indent -T flag.
Fixes this build error on platforms not using GNU indent. indent: Command line: ``-T'' requires a parameter Signed-off-by: Vinson Lee <vlee@freedesktop.org>
This commit is contained in:
parent
d299ef3ad0
commit
2f358feda3
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ AC_PATH_PROG([PERL], [perl])
|
|||
|
||||
AC_CHECK_PROG(INDENT, indent, indent, cat)
|
||||
if test "x$INDENT" != "xcat"; then
|
||||
AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -T GLubyte -T GLbyte -T Bool')
|
||||
AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
|
||||
fi
|
||||
|
||||
dnl Our fallback install-sh is a symlink to minstall. Use the existing
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue