summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2016-05-27 22:50:18 +1200
committerOlly Betts <olly@survex.com>2016-05-27 22:50:18 +1200
commit1e718c2ad021e296e5653247f0caaf42b6cb1275 (patch)
tree9595523d8847a43d8ac64e96e2953a610abe0442 /configure.ac
parent43fe8aced6bffffe6eb56664b808d4de52403a59 (diff)
downloadswig-1e718c2ad021e296e5653247f0caaf42b6cb1275.tar.gz
Fix php-config name in error message
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b798a3255..2954d40b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1935,7 +1935,7 @@ else
fi
;;
"")
- AC_MSG_RESULT([could not find $PHP-config or obtain PHP version from it]) ;;
+ AC_MSG_RESULT([could not find $PHPCONFIG or obtain PHP version from it]) ;;
*)
AC_MSG_RESULT([found PHP $php_version, but only PHP 5 is supported]) ;;
esac