X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fselect.m4;h=d9c3465b12889e9923385039de2045c7d60b39ac;hb=ae006b4d5d64c1a5e1ac2b5bd45350d4d3ebb060;hp=0b21c97a0b81615efedff8bb6233292dee6a25cb;hpb=b92e7dde88f196a4bd73da8f868b7284e587db68;p=gnulib.git diff --git a/m4/select.m4 b/m4/select.m4 index 0b21c97a0..d9c3465b1 100644 --- a/m4/select.m4 +++ b/m4/select.m4 @@ -1,4 +1,4 @@ -# select.m4 serial 4 +# select.m4 serial 5 dnl Copyright (C) 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -11,7 +11,6 @@ AC_DEFUN([gl_FUNC_SELECT], AC_REQUIRE([gl_SOCKETS]) if test "$ac_cv_header_winsock2_h" = yes; then REPLACE_SELECT=1 - AC_LIBOBJ([select]) else dnl On Interix 3.5, select(0, NULL, NULL, NULL, timeout) fails with error dnl EFAULT. @@ -45,10 +44,7 @@ changequote([,])dnl ]) case "$gl_cv_func_select_supports0" in *yes) ;; - *) - REPLACE_SELECT=1 - AC_LIBOBJ([select]) - ;; + *) REPLACE_SELECT=1 ;; esac fi ])