mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-09 22:50:54 +00:00
build: always define needs_service_access
This commit is contained in:
@ -197,10 +197,7 @@ int main(void) {
|
|||||||
config_h.set10('HAVE_STDATOMIC_H', true)
|
config_h.set10('HAVE_STDATOMIC_H', true)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('libsysprof') or get_option('agent')
|
needs_service_access = get_option('libsysprof') or get_option('agent')
|
||||||
needs_service_access = true
|
|
||||||
endif
|
|
||||||
|
|
||||||
if needs_service_access or get_option('sysprofd') == 'bundled'
|
if needs_service_access or get_option('sysprofd') == 'bundled'
|
||||||
install_service_files = true
|
install_service_files = true
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user