From: Andrew Bartlett Date: Tue, 23 Oct 2012 06:31:03 +0000 (+1100) Subject: lib/replace: Fix configure on FreeBSD: define_ret is not correct here X-Git-Tag: ldb-1.1.14~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d73fd07f94ae23f3eacaab3b220ffca201b1300;p=thirdparty%2Fsamba.git 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 --- 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')