From 1e718c2ad021e296e5653247f0caaf42b6cb1275 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 27 May 2016 22:50:18 +1200 Subject: [PATCH] Fix php-config name in error message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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