diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-10-23 17:31:03 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-10-23 09:29:19 +0200 |
commit | 6d73fd07f94ae23f3eacaab3b220ffca201b1300 (patch) | |
tree | 13988d3434068aa8ceb549d01beed3ec5085d95b /lib | |
parent | 80f42df4ec9194ff00aeeb3c2cf6acfa1f2ab5c3 (diff) | |
download | samba-6d73fd07f94ae23f3eacaab3b220ffca201b1300.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/replace/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index a31afa6ce3c..c21a8f87e9d 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') |