Improve missing php-config error message during configure

This commit is contained in:
William S Fulton 2016-05-14 11:32:33 +01:00
commit b062d998e9

View file

@ -1934,8 +1934,10 @@ else
AC_MSG_RESULT(not found)
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
fi
AC_SUBST(PHP)