mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
lib/replace: Fix configure on FreeBSD: define_ret is not correct here
define_ret is for when the output of the compiled and run program should be put into the configure define. This is not the case here. Andrew Bartlett
This commit is contained in:
parent
80f42df4ec
commit
6d73fd07f9
@ -230,7 +230,6 @@ struct foo bar = { .y = 'X', .x = 1 };
|
||||
msg="Checking correct behavior of strtoll",
|
||||
headers = 'errno.h',
|
||||
execute = True,
|
||||
define_ret = True,
|
||||
define = 'HAVE_BSD_STRTOLL',
|
||||
)
|
||||
conf.CHECK_FUNCS('if_nametoindex strerror_r')
|
||||
|
Loading…
Reference in New Issue
Block a user