aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-01 04:03:20 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-01 04:03:20 +0000
commit6d92028c14b2e3d467432d629b99a8d40ee4fb8f (patch)
tree49ccd3af89b2a8353c89148bf8c16ea55e243677
parentf7dc1cd76bd22d72f0410ee6184f4a02566d36bc (diff)
downloadfetchmail-6d92028c14b2e3d467432d629b99a8d40ee4fb8f.tar.gz
fetchmail-6d92028c14b2e3d467432d629b99a8d40ee4fb8f.tar.bz2
fetchmail-6d92028c14b2e3d467432d629b99a8d40ee4fb8f.zip
Typo fix.
svn path=/trunk/; revision=1455
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fd71dd6f..16b81a11 100644
--- a/configure.in
+++ b/configure.in
@@ -156,7 +156,7 @@ test "$with_POP2" = "yes" && AC_DEFINE(POP2_ENABLE)
### use option --enable-RPA to compile in the RPA support
AC_ARG_ENABLE(RPA,
- [ --enable-RPA compile in RPA protocol support],
+ [ --enable-RPA compile in RPA protocol support],
[with_RPA=$enableval],
[with_RPA=no])
test "$with_RPA" = "yes" && AC_DEFINE(RPA_ENABLE)