Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8e1d51ee
...
8e1d51ee5b1d8fb8e54ae06e3921a1ca7a29bc5b
authored
2001-01-11 05:29:59 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
put getline() in AC_REPLACE_FUNCS for platform that does not have any.
1 parent
8e5bfd47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.in
configure.in
View file @
8e1d51e
...
...
@@ -56,7 +56,7 @@ AC_REQUIRE([jm_FUNC_MALLOC])
AC_REQUIRE([jm_FUNC_REALLOC])
AC_FUNC_ALLOCA
AC_FUNC_MEMCMP
AC_REPLACE_FUNCS(snprintf, strtok_r)
AC_REPLACE_FUNCS(snprintf, strtok_r
, getline
)
dnl Check for libraries
...
...
Please
register
or
sign in
to post a comment