X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fpoll.m4;h=91a494c596dba6463cf3c09ebfe630fbcd468b93;hb=a4ed524753cd61bd2c52b9af041eabe83ea1d503;hp=0cf3183d14a4f8f09bae8da15b0db0b0b9e5ff20;hpb=996ce97a8f8572ae9bade6c7df1aa364bd0e259f;p=gnulib.git diff --git a/m4/poll.m4 b/m4/poll.m4 index 0cf3183d1..91a494c59 100644 --- a/m4/poll.m4 +++ b/m4/poll.m4 @@ -1,4 +1,4 @@ -# poll.m4 serial 15 +# poll.m4 serial 16 dnl Copyright (c) 2003, 2005-2007, 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, @@ -8,7 +8,7 @@ AC_DEFUN([gl_FUNC_POLL], [ AC_REQUIRE([gl_POLL_H]) AC_REQUIRE([gl_SOCKETS]) - if test "$ac_cv_header_poll_h" = no; then + if test $ac_cv_header_poll_h = no; then ac_cv_func_poll=no gl_cv_func_poll=no else