lib/replace: Fix configure on FreeBSD: define_ret is not correct here
authorAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2012 06:31:03 +0000 (17:31 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2012 07:29:19 +0000 (09:29 +0200)
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

lib/replace/wscript

index a31afa6ce3c424428c6a9289a319d1eaaff94724..c21a8f87e9de77db14abda77000fd95547d61ed3 100644 (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')