summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-23 17:31:03 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-10-23 09:29:19 +0200
commit6d73fd07f94ae23f3eacaab3b220ffca201b1300 (patch)
tree13988d3434068aa8ceb549d01beed3ec5085d95b
parent80f42df4ec9194ff00aeeb3c2cf6acfa1f2ab5c3 (diff)
downloadsamba-6d73fd07f94ae23f3eacaab3b220ffca201b1300.tar.gz
samba-6d73fd07f94ae23f3eacaab3b220ffca201b1300.tar.bz2
samba-6d73fd07f94ae23f3eacaab3b220ffca201b1300.zip
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
-rw-r--r--lib/replace/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index a31afa6ce3..c21a8f87e9 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -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')