Improve missing php-config error message during configure
This commit is contained in:
parent
2d267c99f6
commit
b062d998e9
1 changed files with 3 additions and 1 deletions
|
|
@ -1934,8 +1934,10 @@ else
|
||||||
AC_MSG_RESULT(not found)
|
AC_MSG_RESULT(not found)
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
"")
|
||||||
|
AC_MSG_RESULT([could not find $PHP-config or obtain PHP version from it]) ;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_RESULT([found PHP $version, but only PHP 5 is supported]) ;;
|
AC_MSG_RESULT([found PHP $php_version, but only PHP 5 is supported]) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
AC_SUBST(PHP)
|
AC_SUBST(PHP)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue