(mu_conf_option): Added HAVE_LIBLTDL
Showing
1 changed file
with
5 additions
and
2 deletions
... | @@ -256,6 +256,9 @@ static char *mu_conf_option[] = { | ... | @@ -256,6 +256,9 @@ static char *mu_conf_option[] = { |
256 | #ifdef USE_LIBPAM | 256 | #ifdef USE_LIBPAM |
257 | "USE_LIBPAM", | 257 | "USE_LIBPAM", |
258 | #endif | 258 | #endif |
259 | #ifdef HAVE_LIBLTDL | ||
260 | "HAVE_LIBLTDL", | ||
261 | #endif | ||
259 | #ifdef WITH_BDB2 | 262 | #ifdef WITH_BDB2 |
260 | "WITH_BDB2", | 263 | "WITH_BDB2", |
261 | #endif | 264 | #endif |
... | @@ -382,10 +385,10 @@ mu_common_argp_parser (int key, char *arg, struct argp_state *state) | ... | @@ -382,10 +385,10 @@ mu_common_argp_parser (int key, char *arg, struct argp_state *state) |
382 | 385 | ||
383 | /* mailer */ | 386 | /* mailer */ |
384 | case 'M': | 387 | case 'M': |
385 | if ((err = mailer_set_url_default(arg)) != 0) | 388 | if ((err = mailer_set_url_default (arg)) != 0) |
386 | { | 389 | { |
387 | argp_error (state, "invalid mailer url '%s': %s", | 390 | argp_error (state, "invalid mailer url '%s': %s", |
388 | arg, mu_errstring(err)); | 391 | arg, mu_errstring(err)); |
389 | } | 392 | } |
390 | break; | 393 | break; |
391 | 394 | ... | ... |
-
Please register or sign in to post a comment