diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-01 04:00:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-01 04:00:27 +0000 |
commit | f7dc1cd76bd22d72f0410ee6184f4a02566d36bc (patch) | |
tree | 8fa17b59277deace5a1f4d06143109ed84c858dc /configure.in | |
parent | 7d7b6cc1ed2da8a98cdecc634930ebc162bbda66 (diff) | |
download | fetchmail-f7dc1cd76bd22d72f0410ee6184f4a02566d36bc.tar.gz fetchmail-f7dc1cd76bd22d72f0410ee6184f4a02566d36bc.tar.bz2 fetchmail-f7dc1cd76bd22d72f0410ee6184f4a02566d36bc.zip |
Documentation of RPA support
svn path=/trunk/; revision=1454
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 735e7953..fd71dd6f 100644 --- a/configure.in +++ b/configure.in @@ -161,9 +161,9 @@ AC_ARG_ENABLE(RPA, [with_RPA=no]) test "$with_RPA" = "yes" && AC_DEFINE(RPA_ENABLE) -### use option --enable-opie to compile in the OPIE support +### use option --enable-OPIE to compile in the OPIE support AC_ARG_ENABLE(opie, - [ --enable-opie support OTP through the OPIE library], + [ --enable-OPIE support OTP through the OPIE library], [with_opie=$enableval], [with_opie=no]) if test "$with_opie" = "yes"; |