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
1ab32bbe
...
1ab32bbe3856df4c113232983db6b6ce3c0ddedb
authored
2001-11-05 13:37:10 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
check for vsyslog
1 parent
64952c09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.in
configure.in
View file @
1ab32bb
...
...
@@ -117,7 +117,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 getdelim)
AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim
vsyslog
)
dnl Check for libraries
AC_CHECK_FUNCS(argp_parse)
...
...
Please
register
or
sign in
to post a comment