/hg/release/icedtea6-1.8: Clarify result message of the NSS check.
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Mon Apr 12 05:13:22 PDT 2010
changeset 1e3f9ece9b6b in /hg/release/icedtea6-1.8
details: http://icedtea.classpath.org/hg/release/icedtea6-1.8?cmd=changeset;node=1e3f9ece9b6b
author: doko at ubuntu.com
date: Mon Apr 12 13:46:45 2010 +0200
Clarify result message of the NSS check.
2010-04-12 Matthias Klose <doko at ubuntu.com>
* configure.ac: Clarify result message of the NSS check.
diffstat:
2 files changed, 7 insertions(+), 3 deletions(-)
ChangeLog | 6 +++++-
configure.ac | 4 ++--
diffs (30 lines):
diff -r 28157b026a7a -r 1e3f9ece9b6b ChangeLog
--- a/ChangeLog Mon Apr 12 14:13:09 2010 +0200
+++ b/ChangeLog Mon Apr 12 13:46:45 2010 +0200
@@ -1,6 +1,10 @@ 2010-04-12 Pavel Tisnovsky <ptisnovs at re
+2010-04-12 Matthias Klose <doko at ubuntu.com>
+
+ * configure.ac: Clarify result message of the NSS check.
+
2010-04-12 Pavel Tisnovsky <ptisnovs at redhat.com>
- * Makefile.am: added $(NETX_SRCDIR) to DISTFILES to include
+ * Makefile.am: added $(NETX_SRCDIR) to DISTFILES to include
netx directory into tarball.
2010-04-10 Matthias Klose <doko at ubuntu.com>
diff -r 28157b026a7a -r 1e3f9ece9b6b configure.ac
--- a/configure.ac Mon Apr 12 14:13:09 2010 +0200
+++ b/configure.ac Mon Apr 12 13:46:45 2010 +0200
@@ -154,9 +154,9 @@ AM_CONDITIONAL([ENABLE_NSS], [test x$ENA
AM_CONDITIONAL([ENABLE_NSS], [test x$ENABLE_NSS = xyes])
if test "x${ENABLE_NSS}" = "xyes"
then
- AC_MSG_RESULT([yes])
+ AC_MSG_RESULT([enabled by default (edit java.security to disable)])
else
- AC_MSG_RESULT([yes, disabled by default (edit java.security to enable)])
+ AC_MSG_RESULT([disabled by default (edit java.security to enable)])
fi
IT_GET_PKGVERSION
More information about the distro-pkg-dev
mailing list