]> git.pld-linux.org Git - packages/graphviz.git/blob - swig_php5.patch
- pl for doc-*
[packages/graphviz.git] / swig_php5.patch
1 --- graphviz-2.20.3/configure.ac.orig   2009-10-26 06:02:58.449902489 +0100
2 +++ graphviz-2.20.3/configure.ac        2009-10-26 06:03:21.448321860 +0100
3 @@ -948,8 +948,8 @@
4    if test "x$use_swig" != "xYes"; then
5      use_php="No (swig not available)"
6    else
7 -    if test `$SWIG -help 2>&1 | $GREP -c '\-php5 *- Generate'` = 0; then
8 -      use_php="No (swig does not support -php5 option)"
9 +    if test `$SWIG -help 2>&1 | $GREP -c '\-php *- Generate'` = 0; then
10 +      use_php="No (swig does not support -php option)"
11      else
12        AC_CHECK_PROG(PHP,php,php)
13        if test "x$PHP" = "x"; then
This page took 0.090714 seconds and 3 git commands to generate.