From 6d73fd07f94ae23f3eacaab3b220ffca201b1300 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 23 Oct 2012 17:31:03 +1100 Subject: [PATCH] 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 --- lib/replace/wscript | 1 - 1 file changed, 1 deletion(-) 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') -- 2.11.4.GIT