aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ba2a173da..0c32072711 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-26 Jeffrey Stedfast <fejj@ximian.com>
+
+ * configure.in: Fixed the ENABLE_SMIME conditional to work. Fixes
+ the addressbook relocation error.
+
2004-02-25 Chris Toshok <toshok@ximian.com>
* configure.in: add "$xhave_nss = xyes" to the AM_CONDITIONAL for
diff --git a/configure.in b/configure.in
index 048aa66747..cc96baa722 100644
--- a/configure.in
+++ b/configure.in
@@ -824,7 +824,7 @@ dnl If the user specifies --with-foo or --enable-nss=static, then we have to do
fi
fi
-AM_CONDITIONAL(ENABLE_SMIME, test x$enable_smime = xyes -a $xhave_nss = xyes)
+AM_CONDITIONAL(ENABLE_SMIME, test "x$msg_smime" != "xno")
AC_SUBST(MANUAL_NSPR_CFLAGS)
AC_SUBST(MANUAL_NSPR_LIBS)