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
61ad6f45
...
61ad6f454af9af6007119917e9a68550b944af65
authored
2002-11-22 14:48:05 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_conf_option): Added HAVE_LIBLTDL
1 parent
210501f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
mailbox/mu_argp.c
mailbox/mu_argp.c
View file @
61ad6f4
...
...
@@ -256,6 +256,9 @@ static char *mu_conf_option[] = {
#ifdef USE_LIBPAM
"USE_LIBPAM"
,
#endif
#ifdef HAVE_LIBLTDL
"HAVE_LIBLTDL"
,
#endif
#ifdef WITH_BDB2
"WITH_BDB2"
,
#endif
...
...
@@ -382,10 +385,10 @@ mu_common_argp_parser (int key, char *arg, struct argp_state *state)
/* mailer */
case
'M'
:
if
((
err
=
mailer_set_url_default
(
arg
))
!=
0
)
if
((
err
=
mailer_set_url_default
(
arg
))
!=
0
)
{
argp_error
(
state
,
"invalid mailer url '%s': %s"
,
arg
,
mu_errstring
(
err
));
arg
,
mu_errstring
(
err
));
}
break
;
...
...
Please
register
or
sign in
to post a comment