Eric Blake wrote: > - if test $HAVE_POLL = 0 || $REPLACE_POLL = 1; then > + if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then
Thanks Eric. The patch series was tested on Linux and mingw, but not on MacOS X. Bruno
Eric Blake wrote: > - if test $HAVE_POLL = 0 || $REPLACE_POLL = 1; then > + if test $HAVE_POLL = 0 || test $REPLACE_POLL = 1; then
Thanks Eric. The patch series was tested on Linux and mingw, but not on MacOS X. Bruno