Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38977dd

Browse files
committed
meson: Use the not_found_dep constant
Previously in the build description, a not_found_dep was defined. Makeuse of it.Author: Tristan Partin <tristan@neon.tech>Discussion:https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
1 parentc55d31e commit38977dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ endif
558558
###############################################################
559559

560560
bonjouropt=get_option('bonjour')
561-
bonjour=dependency('',required:false)
561+
bonjour=not_found_dep
562562
if cc.check_header('dns_sd.h',required: bonjouropt,
563563
args: test_c_args,include_directories: postgres_inc)and \
564564
cc.has_function('DNSServiceRegister',

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp