aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a7bdad7e4..0503d76d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-08-08 Christian Persch <chpe@cvs.gnome.org>
+
+ * configure.ac:
+
+ Fix one AS_HELP_STRING.
+
2006-08-08 Jean-François Rameau <jframeau@cvs.gnome.org>
* src/epiphany.defs:
diff --git a/configure.ac b/configure.ac
index d2925d4d1..52b390187 100644
--- a/configure.ac
+++ b/configure.ac
@@ -246,7 +246,7 @@ GECKO_CHECK_HEADERS([pipnss],[nsIX509Cert.h],[have_psm=yes],[have_psm=no])
AC_MSG_CHECKING([whether to include PSM support])
AC_ARG_ENABLE([psm],
- AS_HELP_STRING([psm],[Disable PSM support (default: enabled)]),
+ AS_HELP_STRING([--disable-psm],[Disable PSM support (default: enabled)]),
[],[enable_psm=yes])
AC_MSG_RESULT([$enable_psm])