[Rt-commit] rt branch, smime, updated. rt-3.8.7-187-gd3c5c4d
Kevin Falcone
falcone at bestpractical.com
Wed Feb 24 17:34:11 EST 2010
The branch, smime has been updated
via d3c5c4d7b9f57214a6c30c910a8c0e43bfe66e22 (commit)
from ddde31e9a872fc0a72e72ef4b8274302ba9bf54b (commit)
Summary of changes:
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit d3c5c4d7b9f57214a6c30c910a8c0e43bfe66e22
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Wed Feb 24 17:33:43 2010 -0500
this check is separate from the gpg check
still need sbin/rt-test-depencies test for IPC::Run3
diff --git a/configure.ac b/configure.ac
index 93d47d4..080e16d 100755
--- a/configure.ac
+++ b/configure.ac
@@ -316,7 +316,7 @@ AC_SUBST(RT_GPG)
dnl RT's SMIME support
AC_CHECK_PROG([RT_SMIME], [openssl], "yes", "no")
-AC_ARG_ENABLE(gpg,
+AC_ARG_ENABLE(smime,
AC_HELP_STRING([--enable-smime],
[Turns on Secure MIME (SMIME) support]),
RT_SMIME=$enableval)
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list