Embryo: fix compilation on Windows

SVN revision: 68928
This commit is contained in:
Vincent Torri 2012-03-07 11:00:28 +00:00
parent 28dbc90790
commit 5f242da44c
1 changed files with 2 additions and 8 deletions

View File

@ -175,14 +175,8 @@ AC_FUNC_ALLOCA
# fnmatch
EFL_CHECK_FNMATCH([], [AC_MSG_ERROR([Cannot find fnmatch()])])
case "$host_os" in
mingw*)
AC_DEFINE(HAVE_GETTIMEOFDAY, 1, [Defined to 1 (MinGW platform)])
;;
*)
EFL_CHECK_GETTIMEOFDAY([], [AC_MSG_ERROR([Cannot find gettimeofday()])])
;;
esac
# gettimeofday
EFL_CHECK_GETTIMEOFDAY([], [AC_MSG_ERROR([Cannot find gettimeofday()])])
AC_SUBST(requirement_embryo)