aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-01 04:00:27 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-01 04:00:27 +0000
commitf7dc1cd76bd22d72f0410ee6184f4a02566d36bc (patch)
tree8fa17b59277deace5a1f4d06143109ed84c858dc /configure.in
parent7d7b6cc1ed2da8a98cdecc634930ebc162bbda66 (diff)
downloadfetchmail-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.in4
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";