Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2019-06-09 06:16:18 +0300
committerGitHub <noreply@github.com>2019-06-09 06:16:18 +0300
commit23a928826cd88cf45fe2e3af1e2ef5a60ef88d34 (patch)
tree529ca7140de8e517f3d9114e4bfb07e27962baea /configure.ac
parentbcf03bc442b5f4bc898b8f699183d9606ba94061 (diff)
[wasm] Prototype for collecting aot profile data. (#14865)
* [runtime] Add some options to the aot profiler: - write-at-method=<METHOD> Write the data when <METHOD> is compiled. - send-to-method=<METHOD> Call <METHOD> with the collected data. * [wasm] Fix profiler support in the packager. * [wasm] Add prototype for generating aot profile data. * Fix indentation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c60f0a17d2e..dc878b2d249 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2175,6 +2175,7 @@ if test x$host_win32 = xno; then
AC_CHECK_FUNCS(openlog closelog)
AC_CHECK_FUNCS(atexit)
+ AC_CHECK_FUNCS(popen)
AC_FUNC_STRERROR_R()