Silence warning about cross-compile default

This commit is contained in:
Howard Chu 2004-11-20 14:18:44 +00:00
parent f93d4a31e8
commit c3d40a6e6e

View file

@ -1030,7 +1030,7 @@ AC_DEFUN([OL_NONPOSIX_STRERROR_R],
strerror_r( 1, buf, sizeof buf ); strerror_r( 1, buf, sizeof buf );
exit( buf[0] == 0 ); 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 fi
]) ])
if test $ol_cv_nonposix_strerror_r = yes ; then if test $ol_cv_nonposix_strerror_r = yes ; then