From a77f0bdb8088663806a311b202ca1e072a36641e Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Thu, 6 Dec 2012 13:58:32 +0000 Subject: [PATCH] efl: remove want_poll. SVN revision: 80362 --- configure.ac | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/configure.ac b/configure.ac index b2069b48f5..755dcf24ce 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], [