summaryrefslogtreecommitdiff
path: root/package/MesaLib/patches/patch-configure_ac
blob: 32b3d80533e8b86581327095fea5e2f7bcd7b8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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