diff options
author | Brent Cook <bcook@rapid7.com> | 2017-01-15 04:30:41 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2017-01-15 16:00:16 -0600 |
commit | dfb6b11e5a5ba21c6658d87b4df83c2a05d2deab (patch) | |
tree | 8ecf72c600ad63d8eba282b0c64cb0169451620d /tests/Makefile.am | |
parent | fa20dae3297fd547341021c7bda9b7a567f6a881 (diff) | |
download | portable-dfb6b11e5a5ba21c6658d87b4df83c2a05d2deab.tar.gz portable-dfb6b11e5a5ba21c6658d87b4df83c2a05d2deab.tar.bz2 portable-dfb6b11e5a5ba21c6658d87b4df83c2a05d2deab.zip |
include pipe2/socketpair compat for macOS
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ab1f2f1..57347d6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -337,6 +337,9 @@ if !HOST_WIN | |||
337 | TESTS += tlstest.sh | 337 | TESTS += tlstest.sh |
338 | check_PROGRAMS += tlstest | 338 | check_PROGRAMS += tlstest |
339 | tlstest_SOURCES = tlstest.c | 339 | tlstest_SOURCES = tlstest.c |
340 | if !HAVE_PIPE2 | ||
341 | tlstest_SOURCES += compat/pipe2.c | ||
342 | endif | ||
340 | EXTRA_DIST += tlstest.sh tlstest.bat | 343 | EXTRA_DIST += tlstest.sh tlstest.bat |
341 | endif | 344 | endif |
342 | 345 | ||