summaryrefslogtreecommitdiffstats
path: root/deps/mesa/mesa.no.mako.diff
blob: 51358992442e08dec0a079eee72360b203629b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
--- ./configure.ac.orig	2015-04-09 06:28:58.000000000 -0500
+++ ./configure.ac	2015-04-16 15:33:30.087481982 -0500
@@ -114,19 +114,19 @@
     fi
 fi
 
-AX_CHECK_PYTHON_MAKO_MODULE($PYTHON_MAKO_REQUIRED)
+dnl AX_CHECK_PYTHON_MAKO_MODULE($PYTHON_MAKO_REQUIRED)
 
-if test -z "$PYTHON2"; then
-    if test ! -f "$srcdir/src/util/format_srgb.c"; then
-        AC_MSG_ERROR([Python not found - unable to generate sources])
-    fi
-else
-    if test "x$acv_mako_found" = xno; then
-        if test ! -f "$srcdir/src/mesa/main/format_unpack.c"; then
-            AC_MSG_ERROR([Python mako module v$PYTHON_MAKO_REQUIRED or higher not found])
-        fi
-    fi
-fi
+dnl if test -z "$PYTHON2"; then
+dnl     if test ! -f "$srcdir/src/util/format_srgb.c"; then
+dnl         AC_MSG_ERROR([Python not found - unable to generate sources])
+dnl     fi
+dnl else
+dnl     if test "x$acv_mako_found" = xno; then
+dnl         if test ! -f "$srcdir/src/mesa/main/format_unpack.c"; then
+dnl             AC_MSG_ERROR([Python mako module v$PYTHON_MAKO_REQUIRED or higher not found])
+dnl         fi
+dnl     fi
+dnl fi
 
 AC_PROG_INSTALL