From: ellson Date: Sat, 11 Jun 2011 13:43:39 +0000 (+0000) Subject: sometimes php is known as php5 X-Git-Tag: LAST_LIBGRAPH~32^2~732 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a25988d4b38840965971dac35f210f6959c8b825;p=graphviz sometimes php is known as php5 --- diff --git a/configure.ac b/configure.ac index e1f66c658..14452c89b 100644 --- a/configure.ac +++ b/configure.ac @@ -1063,7 +1063,7 @@ else if test `$SWIG -help 2>&1 | $GREP -c '\-php5* *- Generate'` = 0 ; then use_php="No (swig does not support -php or -php5 option)" else - AC_CHECK_PROG(PHP,php,php) + AC_CHECK_PROGS(PHP,php5 php) if test "x$PHP" = "x"; then use_php="No (php not available)" else