diff options
| author | David J. MacKenzie | 1994-11-22 03:18:35 +0000 |
|---|---|---|
| committer | David J. MacKenzie | 1994-11-22 03:18:35 +0000 |
| commit | 12b28fb52506172616d56d34ac1b66fbfd960db5 (patch) | |
| tree | 71d6871dfb9dfd1584113398a270704b8f550539 | |
| parent | cc642929cc98a9c150b823c8712ea51abe3da1e2 (diff) | |
| download | emacs-12b28fb52506172616d56d34ac1b66fbfd960db5.tar.gz emacs-12b28fb52506172616d56d34ac1b66fbfd960db5.zip | |
add --with-pop, --with-kerberos, --with-hesiod
| -rw-r--r-- | configure.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f7e7cd9e3ea..9f7e1b8b8b3 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -43,6 +43,15 @@ Currently, \`yes', \`athena' and \`lucid' are synonyms.]) | |||
| 43 | esac | 43 | esac |
| 44 | with_x_toolkit=$val | 44 | with_x_toolkit=$val |
| 45 | ]) | 45 | ]) |
| 46 | AC_ARG_WITH(pop, | ||
| 47 | [ --with-pop Support POP for mail retrieval], | ||
| 48 | [AC_DEFINE(MAIL_USE_POP)]) | ||
| 49 | AC_ARG_WITH(kerberos, | ||
| 50 | [ --with-kerberos Support Kerberos-authenticated POP], | ||
| 51 | [AC_DEFINE(KERBEROS)]) | ||
| 52 | AC_ARG_WITH(hesiod, | ||
| 53 | [ --with-hesiod Support Hesiod to get POP server host], | ||
| 54 | [AC_DEFINE(HESIOD)]) | ||
| 46 | 55 | ||
| 47 | #### Make srcdir absolute, if it isn't already. It's important to | 56 | #### Make srcdir absolute, if it isn't already. It's important to |
| 48 | #### avoid running the path through pwd unnecessary, since pwd can | 57 | #### avoid running the path through pwd unnecessary, since pwd can |