summaryrefslogtreecommitdiff
path: root/package/MesaLib/patches/patch-configure_ac
blob: c788ea1cd8466e1f09d828016d492032060115c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Mesa-9.2.2.orig/configure.ac	2013-10-19 01:36:09.000000000 +0200
+++ Mesa-9.2.2/configure.ac	2013-12-01 14:08:00.000000000 +0100
@@ -69,7 +69,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