1234567891011 |
- --- Mesa-10.1.0.orig/configure.ac 2014-02-27 02:56:39.000000000 +0100
- +++ Mesa-10.1.0/configure.ac 2014-03-14 21:36:14.000000000 +0100
- @@ -65,7 +65,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 -TGLubyte -TGLbyte -TBool')
- + AC_SUBST(INDENT_FLAGS, '-i4 -br -brs -npcs -ce -TGLubyte -TGLbyte -TBool')
- fi
-
- AC_PROG_INSTALL
|