]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix tests or #252.
authorRoy Marples <roy@marples.name>
Mon, 23 Oct 2023 14:31:02 +0000 (15:31 +0100)
committerRoy Marples <roy@marples.name>
Mon, 23 Oct 2023 14:31:02 +0000 (15:31 +0100)
configure

index ec8388c4ac1388887b75eb2f2b3444585c7e45b5..9a49692a143be5523ba34e953db52f7cf43fdd3e 100755 (executable)
--- 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