From: Gustavo Sverzut Barbieri Date: Thu, 6 Dec 2012 13:58:32 +0000 (+0000) Subject: efl: remove want_poll. X-Git-Tag: submit/devel/efl/20131022.203902~3060 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a77f0bdb8088663806a311b202ca1e072a36641e;p=platform%2Fupstream%2Fefl.git efl: remove want_poll. SVN revision: 80362 --- diff --git a/configure.ac b/configure.ac index b2069b4..755dcf2 100644 --- a/configure.ac +++ b/configure.ac @@ -2367,19 +2367,6 @@ AC_MSG_NOTICE([Ecore_File checks]) ### 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 @@ AC_ARG_ENABLE([atfile-source], ### Default values -have_poll="no" -if test "x${want_poll}" = "xyes" ; then - AC_DEFINE([HAVE_POLL], [1], [File monitoring with polling]) - have_poll="yes" -fi - if ! test "x${have_atfile_source}" = "xno" ; then AC_CHECK_FUNCS([mkdirat], [