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
a42e92a4
...
a42e92a4160d06039920ed5ae2cf4a37ec96731b
authored
2006-07-07 10:29:02 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(AC_CHECK_FUNCS): Add setlocale
1 parent
cbf4cc0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
configure.ac
configure.ac
View file @
a42e92a
...
...
@@ -444,7 +444,7 @@ extern char *strsignal (int);
])
AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim setreuid \
setresuid seteuid vfork _exit)
setresuid seteuid
setlocale
vfork _exit)
AC_FUNC_SETVBUF_REVERSED
AH_BOTTOM([
...
...
Please
register
or
sign in
to post a comment