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
703dffed
...
703dffed437f58154072e61bbb46cc9c4b500548
authored
2002-03-25 10:37:59 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Check for _exit.
1 parent
1e18297e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
configure.in
configure.in
View file @
703dffe
...
...
@@ -181,7 +181,7 @@ fi
AC_REPLACE_FUNCS(fgetpwent getpass setenv snprintf strtok_r strncasecmp \
strcasecmp strsignal vasprintf strndup strnlen strchrnul)
AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim vsyslog setreuid \
setresuid seteuid vfork)
setresuid seteuid vfork
_exit
)
dnl Check for libraries
AC_CHECK_FUNCS(argp_parse, :,
...
...
@@ -388,5 +388,4 @@ AC_OUTPUT(Makefile mailutils.spec
comsat/Makefile
mail.local/Makefile
mh/Makefile
dotlock/Makefile
)
dotlock/Makefile)
...
...
Please
register
or
sign in
to post a comment