Skip to content

Commit

Permalink
build: fix up sysprof comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chergert committed Sep 17, 2023
1 parent c3bad14 commit 4b8ba6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,8 @@ foreach func: check_functions
config_h.set(func[0], cc.has_function(func[1]))
endforeach

#
# If we have sysprof-capture-4, we can export tracing information
# to the SYSPROF_TRACE_FD. We use sysprof-4 instead since we will
# already have to link against that for the plugin.
#
# to the SYSPROF_TRACE_FD.
libsysprof_capture = dependency('sysprof-capture-4', version: '>= 45.0', static: true, required: false)
if libsysprof_capture.found()
config_h.set10('ENABLE_TRACING_SYSCAP', true)
Expand Down

0 comments on commit 4b8ba6d

Please sign in to comment.