]> git.puffer.fish Git - mirror/frr.git/commitdiff
frr: remove --enable-poll 645/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 31 May 2017 17:40:38 +0000 (17:40 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 31 May 2017 17:40:38 +0000 (17:40 +0000)
vestigial

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
configure.ac

index c8b0a78bc6f1c1c3d56936f794d01c5e707c5223..5e4cfce16d046e258c7d5c177d9af181aa1db3ec 100755 (executable)
@@ -312,8 +312,6 @@ AC_ARG_ENABLE(fpm,
   AS_HELP_STRING([--enable-fpm], [enable Forwarding Plane Manager support]))
 AC_ARG_ENABLE(systemd,
   AS_HELP_STRING([--enable-systemd], [enable Systemd support]))
-AC_ARG_ENABLE(poll,
-  AS_HELP_STRING([--enable-poll], [enable usage of Poll instead of select]))
 AC_ARG_ENABLE(werror,
   AS_HELP_STRING([--enable-werror], [enable -Werror (recommended for developers only)]))
 AC_ARG_ENABLE(cumulus,
@@ -364,10 +362,6 @@ if test "${enable_rr_semantics}" != "no" ; then
   AC_DEFINE(HAVE_V6_RR_SEMANTICS,, Compile in v6 Route Replacement Semantics)
 fi
 
-if test "${enable_poll}" = "yes" ; then
-  AC_DEFINE(HAVE_POLL_CALL,,Compile systemd support in)
-fi
-
 dnl ----------
 dnl MPLS check
 dnl ----------