Enlightenment CVS committal Author : doursse Project : e17 Module : libs/ecore
Dir : e17/libs/ecore Modified Files: configure.in Log Message: fix ecore_evas_engine_type_supported_get and ecore_time_get on windows =================================================================== RCS file: /cvs/e/e17/libs/ecore/configure.in,v retrieving revision 1.208 retrieving revision 1.209 diff -u -3 -r1.208 -r1.209 --- configure.in 26 Aug 2007 14:33:38 -0000 1.208 +++ configure.in 27 Aug 2007 10:20:11 -0000 1.209 @@ -328,6 +328,13 @@ ECORE_CHECK_MODULE([Win32], [no], [$have_win32], [ecore_win32_libs="$ecore_win32_libs $ddraw_libs $direct3d_libs"]) +if test "x${have_ecore_win32}" = "xyes" -a "x${have_ddraw}" = "xyes"; then + AC_DEFINE(BUILD_ECORE_EVAS_DIRECTDRAW, 1, [Support for DirectDraw Engine in Ecore_Evas]) +fi + +if test "x${have_ecore_win32}" = "xyes" -a "x${have_direct3d}" = "xyes"; then + AC_DEFINE(BUILD_ECORE_EVAS_DIRECT3D, 1, [Support for Direct3D Engine in Ecore_Evas]) +fi ECORE_CHECK_MODULE([Job], [yes]) ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs