Fix php-config name in error message
This commit is contained in:
parent
43fe8aced6
commit
1e718c2ad0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue