mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 04:20:00 -04:00
proto-c is deprecated, use protoc if available over proto-c
This commit is contained in:
parent
790e521fa8
commit
1d07a97e8f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue