Fix build on macOS Sierra
authorAndres Notzli <andres.noetzli@gmail.com>
Fri, 14 Oct 2016 00:34:38 +0000 (17:34 -0700)
committerAndres Notzli <andres.noetzli@gmail.com>
Fri, 2 Dec 2016 00:31:50 +0000 (16:31 -0800)
commit4f2f73844f1d0f07f3e0fd48079d00be2733533e
tree8aa3f65209f01745998643419f632926f987b304
parent9d6a0bda98ac2c3e3c59f55f349e029d623b264a
Fix build on macOS Sierra

Before this fix, the build died with `ar: no archive members specified
when linking the empty libreplacements.la.` because macOS Sierra does
not require the replacements anymore. With this fix, `ffs.c` and
`strtok_r.c` are always getting compiled (even when they are empty) to
prevent the error. Also removed the unused
`CVC4_NEEDS_REPLACEMENT_FUNCTIONS` from `configure.ac` and added an
`#ifndef HAVE_FFS` to `ffs.c` for consistency with `strtok_r.c`.
configure.ac
src/lib/ffs.c