From: Roy Marples Date: Mon, 23 Oct 2023 14:31:02 +0000 (+0100) Subject: Fix tests or #252. X-Git-Tag: v10.0.5~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47f4bf418805e7ebfc0b52c133fa846e2a059762;p=thirdparty%2Fdhcpcd.git Fix tests or #252. --- diff --git a/configure b/configure index ec8388c4..9a49692a 100755 --- a/configure +++ b/configure @@ -907,7 +907,7 @@ int main(void) { return 0; } EOF - if $XCC __memset_explicit.c -o _memset_explicit 2>&3; then + if $XCC _memset_explicit.c -o _memset_explicit 2>&3; then MEMSET_EXPLICIT=yes else MEMSET_EXPLICIT=no @@ -952,7 +952,7 @@ int main(void) { return 0; } EOF - if $XCC __memset_s.c -o _memset_s 2>&3; then + if $XCC _memset_s.c -o _memset_s 2>&3; then MEMSET_S=yes else MEMSET_S=no