patch-configure_ac 450 B

1234567891011
  1. --- Mesa-9.2.2.orig/configure.ac 2013-10-19 01:36:09.000000000 +0200
  2. +++ Mesa-9.2.2/configure.ac 2013-12-01 14:08:00.000000000 +0100
  3. @@ -69,7 +69,7 @@ AC_PATH_PROG([PERL], [perl])
  4. AC_CHECK_PROG(INDENT, indent, indent, cat)
  5. if test "x$INDENT" != "xcat"; then
  6. - AC_SUBST(INDENT_FLAGS, '-i4 -nut -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
  7. + AC_SUBST(INDENT_FLAGS, '-i4 -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
  8. fi
  9. AC_PROG_INSTALL