fix configure file
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@607 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
ac601e20b6
commit
cef69069de
@ -852,7 +852,7 @@ then
|
||||
AC_CHECK_FUNCS(alarm mmap popen shmat sleep system ttyname waitpid)
|
||||
fi
|
||||
|
||||
if "$target_os" != "mingw32"
|
||||
if test "$target_os" != "mingw32"
|
||||
then
|
||||
AC_CHECK_FUNCS(fetestexcept snprintf)
|
||||
fi
|
||||
|
Reference in New Issue
Block a user