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
627050a5
...
627050a5027fa62378f8badbe9161c0e4f314644
authored
2002-05-02 12:39:48 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Call MU_CHECK_UTMP.
1 parent
b58fdbd2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
configure.in
configure.in
View file @
627050a
...
...
@@ -183,6 +183,9 @@ AC_REPLACE_FUNCS(fgetpwent getpass setenv snprintf strtok_r strncasecmp \
AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim vsyslog setreuid \
setresuid seteuid vfork _exit)
## Check for presence of utmp.h and utmp-related functions
MU_CHECK_UTMP
dnl Check for libraries
AC_CHECK_FUNCS(argp_parse, :,
[LIBOBJS="$LIBOBJS argp-ba.o argp-eexst.o argp-fmtstream.o \
...
...
@@ -410,4 +413,5 @@ AC_OUTPUT(Makefile mailutils.spec
comsat/Makefile
mail.local/Makefile
dotlock/Makefile
mh/Makefile
)
...
...
Please
register
or
sign in
to post a comment