gnulib-tool: Synthesize appropriate _LDFLAGS for a libtool library.
[pspp] / m4 / poll.m4
index 9cb02d5396a757a2bdc5c035ff8f251940a36523..38595971d01ece9e145790aea35bea6975355948 100644 (file)
@@ -1,4 +1,4 @@
-# poll.m4 serial 10
+# poll.m4 serial 11
 dnl Copyright (c) 2003, 2005, 2006, 2007, 2009, 2010 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
@@ -60,7 +60,7 @@ This is MacOSX or AIX
       REPLACE_POLL=1
     fi
   fi
-  if test $HAVE_POLL = 0 || $REPLACE_POLL = 1; then
+  if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then
     gl_REPLACE_POLL_H
     AC_LIBOBJ([poll])
     gl_PREREQ_POLL