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
LSH
lsh
Commits
1cf8b59f
Commit
1cf8b59f
authored
Oct 14, 1999
by
Niels Möller
Browse files
* configure.in: Check for fwrite_unlocked and fputs_unlocked.
Rev: configure.in:1.31
parent
bbc661d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
1cf8b59f
...
...
@@ -320,10 +320,11 @@ AC_FUNC_GETPGRP
AC_CHECK_FUNCS(syslog)
AC_REPLACE_FUNCS(memxor)
AC_CHECK_FUNCS(poll,,[LIBOBJS="jpoll.o $LIBOBJS"])
dnl Needed by argp
AC_REPLACE_FUNCS(mempcpy strndup)
AC_CHECK_FUNCS(poll,,[LIBOBJS="jpoll.o $LIBOBJS"])
AC_CHECK_FUNCS(fwrite_unlocked fputs_unlocked)
dnl This macro is mentioned in the automake manual, but where is it
dnl supposed to be defined?
...
...
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