On Thu, Dec 6, 2012 at 12:00 PM, Vincent Torri <[email protected]> wrote: > On Thu, Dec 6, 2012 at 2:58 PM, Enlightenment SVN > <[email protected]> wrote: >> Log: >> efl: remove want_poll. >> >> >> Author: barbieri >> Date: 2012-12-06 05:58:32 -0800 (Thu, 06 Dec 2012) >> New Revision: 80362 >> Trac: http://trac.enlightenment.org/e/changeset/80362 >> >> Modified: >> trunk/efl/configure.ac >> >> Modified: trunk/efl/configure.ac >> =================================================================== >> --- trunk/efl/configure.ac 2012-12-06 13:39:58 UTC (rev 80361) >> +++ trunk/efl/configure.ac 2012-12-06 13:58:32 UTC (rev 80362) >> @@ -2367,19 +2367,6 @@ >> >> ### Additional options to configure >> >> -AC_ARG_ENABLE([poll], >> - [AC_HELP_STRING([--disable-poll], >> - [disable poll in the ecore_file module. @<:@default=enabled@:>@])], >> - [ >> - if test "x${enableval}" = "xyes" ; then >> - want_poll="yes" >> - else >> - want_poll="no" >> - fi >> - ], >> - [want_poll="yes"]) >> - >> - >> AC_ARG_ENABLE([atfile-source], >> [AC_HELP_STRING([--disable-atfile-source], >> [disable use of atfile source functions as openat and mkdirat >> @<:@default=detect@:>@])], >> @@ -2393,12 +2380,6 @@ >> >> ### Default values >> >> -have_poll="no" >> -if test "x${want_poll}" = "xyes" ; then >> - AC_DEFINE([HAVE_POLL], [1], [File monitoring with polling]) > > and you don't touch code that uses HAVE_POLL ?
none :-) -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
