diff options
Diffstat (limited to 'lib/replace/wscript')
-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 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') |