Check for _exit.
Showing
1 changed file
with
2 additions
and
3 deletions
... | @@ -181,7 +181,7 @@ fi | ... | @@ -181,7 +181,7 @@ fi |
181 | AC_REPLACE_FUNCS(fgetpwent getpass setenv snprintf strtok_r strncasecmp \ | 181 | AC_REPLACE_FUNCS(fgetpwent getpass setenv snprintf strtok_r strncasecmp \ |
182 | strcasecmp strsignal vasprintf strndup strnlen strchrnul) | 182 | strcasecmp strsignal vasprintf strndup strnlen strchrnul) |
183 | AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim vsyslog setreuid \ | 183 | AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim vsyslog setreuid \ |
184 | setresuid seteuid vfork) | 184 | setresuid seteuid vfork _exit) |
185 | 185 | ||
186 | dnl Check for libraries | 186 | dnl Check for libraries |
187 | AC_CHECK_FUNCS(argp_parse, :, | 187 | AC_CHECK_FUNCS(argp_parse, :, |
... | @@ -388,5 +388,4 @@ AC_OUTPUT(Makefile mailutils.spec | ... | @@ -388,5 +388,4 @@ AC_OUTPUT(Makefile mailutils.spec |
388 | comsat/Makefile | 388 | comsat/Makefile |
389 | mail.local/Makefile | 389 | mail.local/Makefile |
390 | mh/Makefile | 390 | mh/Makefile |
391 | dotlock/Makefile | 391 | dotlock/Makefile) |
392 | ) | ... | ... |
-
Please register or sign in to post a comment