aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])