1
0
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:
Andrew Bartlett 2012-10-23 17:31:03 +11:00
parent 80f42df4ec
commit 6d73fd07f9

View File

@ -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')