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
0798714e
...
0798714ec385d566bb70e1e4aad5fbac70d88a82
authored
2001-10-25 02:34:01 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Check for getdelim()
1 parent
7dc6bca6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
ChangeLog
configure.in
ChangeLog
View file @
0798714
2001-10-24 Alain Magloire
* configure.in: Check for getdelim().
2001-10-23 Alain Magloire
The message_t object makes no guaranty about the size and the lines
...
...
configure.in
View file @
0798714
...
...
@@ -115,7 +115,7 @@ if test "$ac_cv_func_fnmatch_works" = "no"; then
fi
AC_REPLACE_FUNCS(fgetpwent setenv snprintf strtok_r strncasecmp strcasecmp \
strsignal vasprintf)
AC_CHECK_FUNCS(mkstemp sigaction sysconf)
AC_CHECK_FUNCS(mkstemp sigaction sysconf
getdelim
)
dnl Check for libraries
AC_CHECK_FUNCS(argp_parse)
...
...
Please
register
or
sign in
to post a comment