--- /usr/origsrc/embryo-0.9.9.050/./configure.in 2008-09-25 04:21:46.000000000 +0200 +++ ./configure.in 2008-11-29 00:56:24.760137600 +0100 @@ -46,6 +46,11 @@ fi lt_no_undefined="-no-undefined" ;; + cygwin) + AC_DEFINE(EFL_EMBRYO_BUILD, 1, [Define to mention that embryo is built]) + AC_DEFINE(HAVE_GETTIMEOFDAY, 1, [Defined to 1 (Cygwin platform)]) + lt_no_undefined="-no-undefined" + ;; *) AC_CHECK_FUNCS(gettimeofday) esac