Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
a505a3f6
Commit
a505a3f6
authored
Feb 09, 2000
by
Bob Halley
Browse files
find sigwait() on FreeBSD
parent
cbe5f076
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.in
View file @
a505a3f6
...
...
@@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.9
5
$)
AC_REVISION($Revision: 1.9
6
$)
AC_PREREQ(2.13)
...
...
@@ -187,6 +187,15 @@ AC_CHECK_LIB(c, sigwait,
AC_DEFINE(HAVE_SIGWAIT),))
)
dnl
dnl Additional OS-specific searching for sigwait.
dnl
case "$host" in
*-freebsd*)
AC_CHECK_LIB(c_r, sigwait, AC_DEFINE(HAVE_SIGWAIT),)
;;
esac
dnl
dnl Make sure we get the right sigwait() semantics...
dnl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment