efl/legacy/ecore/src/lib/ecore
Lucas De Marchi 61a510d387 Fix clock_gettime detection in autotools
AC_CHECK_FUNCS checks for the existence of functions in the C standard
library, so we don't need it. Instead, we need to define
HAVE_CLOCK_GETTIME if the function was found inside the librt.

Moreover, in source file check if HAVE_CLOCK_GETTIME is defined rather
than of checking if it's 0.



SVN revision: 52863
2010-09-28 19:36:50 +00:00
..
.cvsignore Sssh 2004-03-29 21:11:30 +00:00
Ecore.h Make ecore_time_get and friends use monotonic clock 2010-09-27 22:35:35 +00:00
Ecore_Getopt.h Ecore_Getopt: Fix attributions 2010-08-13 15:34:25 +00:00
Makefile.am Make ecore_time_get and friends use monotonic clock 2010-09-27 22:35:35 +00:00
ecore.c Make ecore_time_get and friends use monotonic clock 2010-09-27 22:35:35 +00:00
ecore_anim.c Fix common misspellings 2010-09-08 11:23:42 +00:00
ecore_app.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_events.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_exe.c Fix common misspellings 2010-09-08 11:23:42 +00:00
ecore_exe_win32.c Convert (hopefully) all comparisons to NULL 2010-08-21 13:52:25 +00:00
ecore_exe_wince.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_getopt.c Convert (hopefully) all comparisons to NULL 2010-08-21 13:52:25 +00:00
ecore_glib.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_idle_enterer.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_idle_exiter.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_idler.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_job.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_main.c Respect namespace 2010-09-27 22:35:55 +00:00
ecore_pipe.c Fix common misspellings 2010-09-08 11:23:42 +00:00
ecore_poll.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_private.h Respect namespace 2010-09-27 22:35:55 +00:00
ecore_signal.c FORMATTING 2010-08-04 16:57:32 +00:00
ecore_thread.c Use eina_sched_prio_drop() 2010-09-23 20:39:40 +00:00
ecore_time.c Fix clock_gettime detection in autotools 2010-09-28 19:36:50 +00:00
ecore_timer.c Fix common misspellings 2010-09-08 11:23:42 +00:00