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
dc79f069
Commit
dc79f069
authored
Oct 13, 1999
by
Niels Möller
Browse files
* configure.in (gmp_header_found): Check for mempcpy and strndup.
Rev: configure.in:1.30
parent
a515481d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
dc79f069
...
...
@@ -320,6 +320,9 @@ AC_FUNC_GETPGRP
AC_CHECK_FUNCS(syslog)
AC_REPLACE_FUNCS(memxor)
dnl Needed by argp
AC_REPLACE_FUNCS(mempcpy strndup)
AC_CHECK_FUNCS(poll,,[LIBOBJS="jpoll.o $LIBOBJS"])
dnl This macro is mentioned in the automake manual, but where is it
...
...
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