aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-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)