From: ellson Date: Tue, 18 Oct 2005 21:05:50 +0000 (+0000) Subject: disable gv_php on fc4 X-Git-Tag: LAST_LIBGRAPH~32^2~7104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d69969a6f73621fbe2c4d988cac11a0cfb436e2;p=graphviz disable gv_php on fc4 --- diff --git a/configure.ac b/configure.ac index 66ac4e76b..81a8ec7f7 100644 --- a/configure.ac +++ b/configure.ac @@ -394,7 +394,7 @@ save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $PHP_INCLUDES" AC_CHECK_HEADER(zend.h,,[ AC_MSG_WARN([Unable to find header zend.h. The PHP packages will not be built]) - PHP=i + PHP= ]) CPPFLAGS=$save_CPPFLAGS AC_SUBST(PHP_INCLUDES) diff --git a/graphviz.spec.in b/graphviz.spec.in index 43cb9ccb6..6d5bc8939 100644 --- a/graphviz.spec.in +++ b/graphviz.spec.in @@ -24,7 +24,7 @@ %%define JAVA 0 %%define OCAML 0 %%define PERL 1 -%%define PHP 1 +%%define PHP 0 %%define PYTHON 1 %%define RUBY 1 %%define TCL 1