]> granicus.if.org Git - graphviz/commitdiff
fix typo
authorJohn Ellson <ellson@research.att.com>
Wed, 19 Feb 2014 18:22:09 +0000 (13:22 -0500)
committerJohn Ellson <ellson@research.att.com>
Wed, 19 Feb 2014 18:22:09 +0000 (13:22 -0500)
configure.ac

index 6360250787b554f7ae0bad33180a1a0be7d02e7e..89eb9aa1dd531d9993d89709e1267dff9adb5af3 100644 (file)
@@ -1093,7 +1093,7 @@ else
   if test "x$use_swig" != "xYes"; then
     use_php="No (swig not available)"
   else
-    if test `$SWIG -php5 2>&1 | $EGREP -c 'Unables'` -eq 1; then
+    if test `$SWIG -php5 2>&1 | $EGREP -c 'Unable'` -eq 1; then
       SWIG_PHP_OPT='-php'
     else
       SWIG_PHP_OPT='-php5'