Skip to content
Snippets Groups Projects
Commit 1cf8b59f authored by Niels Möller's avatar Niels Möller
Browse files

* configure.in: Check for fwrite_unlocked and fputs_unlocked.

Rev: configure.in:1.31
parent bbc661d3
No related branches found
No related tags found
No related merge requests found
...@@ -320,10 +320,11 @@ AC_FUNC_GETPGRP ...@@ -320,10 +320,11 @@ AC_FUNC_GETPGRP
AC_CHECK_FUNCS(syslog) AC_CHECK_FUNCS(syslog)
AC_REPLACE_FUNCS(memxor) AC_REPLACE_FUNCS(memxor)
AC_CHECK_FUNCS(poll,,[LIBOBJS="jpoll.o $LIBOBJS"])
dnl Needed by argp dnl Needed by argp
AC_REPLACE_FUNCS(mempcpy strndup) AC_REPLACE_FUNCS(mempcpy strndup)
AC_CHECK_FUNCS(fwrite_unlocked fputs_unlocked)
AC_CHECK_FUNCS(poll,,[LIBOBJS="jpoll.o $LIBOBJS"])
dnl This macro is mentioned in the automake manual, but where is it dnl This macro is mentioned in the automake manual, but where is it
dnl supposed to be defined? dnl supposed to be defined?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment