ceil-ieee tests: More tests.
[gnulib.git] / m4 / poll.m4
index 0cf3183..9993a36 100644 (file)
@@ -1,5 +1,5 @@
-# poll.m4 serial 15
-dnl Copyright (c) 2003, 2005-2007, 2009-2011 Free Software Foundation, Inc.
+# poll.m4 serial 16
+dnl Copyright (c) 2003, 2005-2007, 2009-2012 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -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