From 6d92028c14b2e3d467432d629b99a8d40ee4fb8f Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 1 Oct 1997 04:03:20 +0000 Subject: Typo fix. svn path=/trunk/; revision=1455 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3