From fcc4f828f7d7ed9172694ed0dba8dae77d6ac751 Mon Sep 17 00:00:00 2001 From: John Ellson Date: Wed, 19 Feb 2014 13:22:09 -0500 Subject: [PATCH] fix typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 636025078..89eb9aa1d 100644 --- a/configure.ac +++ b/configure.ac @@ -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' -- 2.40.0