efl: remove want_poll.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 6 Dec 2012 13:58:32 +0000 (13:58 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 6 Dec 2012 13:58:32 +0000 (13:58 +0000)
SVN revision: 80362

configure.ac

index b2069b4..755dcf2 100644 (file)
@@ -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],
       [