mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-12-20 00:55:29 +08:00
proto-c is deprecated, use protoc if available over proto-c
This commit is contained in:
@@ -90,7 +90,7 @@ sh = find_program('sh')
|
||||
|
||||
## Feature gated
|
||||
krb5_config = find_program('krb5-config', required: gssapi_opt)
|
||||
protoc = find_program(['protoc-c', 'protoc'], required: dnstap_opt)
|
||||
protoc = find_program(['protoc', 'protoc-c'], required: dnstap_opt)
|
||||
dtrace = find_program(['dtrace', dtrace_shim], required: false)
|
||||
|
||||
## Testing
|
||||
|
||||
Reference in New Issue
Block a user