diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6d17bb30cb..86eec3c942 100644 --- a/configure.in +++ b/configure.in @@ -128,7 +128,7 @@ if test x"$static_nss" = xyes; then fi AC_ARG_ENABLE(force-install, -[ --enable-force-install force installation of files from this package, +[ --disable-force-install don't force installation of files from this package, even if they are older than the installed files], force_install=$enableval, force_install=yes) AC_SUBST(force_install) |