6349640
--- graphviz-2.20.3/configure.orig	2009-02-25 13:14:22.000000000 -0500
6349640
+++ graphviz-2.20.3/configure	2009-02-25 13:15:02.000000000 -0500
6349640
@@ -27376,8 +27376,8 @@
6349640
   if test "x$use_swig" != "xYes"; then
6349640
     use_php="No (swig not available)"
6349640
   else
6349640
-    if test `$SWIG -help 2>&1 | $GREP -c '\-php5 *- Generate'` = 0; then
6349640
-      use_php="No (swig does not support -php5 option)"
6349640
+    if test `$SWIG -help 2>&1 | $GREP -c '\-php5* *- Generate'` = 0; then
6349640
+      use_php="No (swig does not support -php or -php5 option)"
6349640
     else
6349640
       # Extract the first word of "php", so it can be a program name with args.
6349640
 set dummy php; ac_word=$2