patch-configure_ac 452 B

1234567891011
  1. --- Mesa-10.1.0.orig/configure.ac 2014-02-27 02:56:39.000000000 +0100
  2. +++ Mesa-10.1.0/configure.ac 2014-03-14 21:36:14.000000000 +0100
  3. @@ -65,7 +65,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