diff options
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"; |