]> git.pld-linux.org Git - packages/graphviz.git/blob - graphviz-go.patch
- updated to 2.30.1
[packages/graphviz.git] / graphviz-go.patch
1 --- graphviz-2.30.1/configure.ac.orig   2013-03-30 20:08:59.771231790 +0100
2 +++ graphviz-2.30.1/configure.ac        2013-03-31 10:33:14.260226012 +0200
3 @@ -643,7 +643,7 @@
4      if test `$SWIG -help 2>&1 | $EGREP -c '\-go* *- Generate'` == 0 ; then
5        use_go="No (swig does not support -go option)"
6      else
7 -      AC_CHECK_PROG(GO,6g,8g)
8 +      AC_CHECK_PROGS(GO,[6g 8g 5g])
9        if test "x$GO" == "x"; then
10          use_go="No (GO compiler not available)"
11        else
This page took 0.105341 seconds and 3 git commands to generate.