Skip to content
Snippets Groups Projects
Commit c3d40a6e authored by Howard Chu's avatar Howard Chu
Browse files

Silence warning about cross-compile default

parent f93d4a31
No related branches found
No related tags found
No related merge requests found
......@@ -1030,7 +1030,7 @@ AC_DEFUN([OL_NONPOSIX_STRERROR_R],
strerror_r( 1, buf, sizeof buf );
exit( buf[0] == 0 );
}
], ol_cv_nonposix_strerror_r=yes, ol_cv_nonposix_strerror=no)
], ol_cv_nonposix_strerror_r=yes, ol_cv_nonposix_strerror=no, ol_cv_nonposix_strerror=no)
fi
])
if test $ol_cv_nonposix_strerror_r = yes ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment