From e87148d23886b6db0bc81e1625cfd2526612f803 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 1 Mar 2005 22:12:39 +0000 Subject: [PATCH] Better wording svn path=/trunk/kdegraphics/kpdf/; revision=394213 --- configure.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in.in b/configure.in.in index a5cdfac20..f03862e59 100644 --- a/configure.in.in +++ b/configure.in.in @@ -96,9 +96,9 @@ AC_ARG_ENABLE(multithreaded-kpdf, , AC_DEFINE(MULTITHREADED, 0, [Defines if use multithreading in xpdf code inside kpdf]) ) -dnl #### Enable the user to decide if he wants drm or not +dnl #### Enable the user to decide if he wants to force drm or not AC_ARG_ENABLE(kpdf-drm, - AC_HELP_STRING([--enable-kpdf-drm],[Makes kpdf check for DRM to decide if you can copy/print protected pdf. (default=yes)]), + AC_HELP_STRING([--enable-kpdf-drm],[Forces kpdf to check for DRM to decide if you can copy/print protected pdf. (default=no)]), [ case $enableval in yes) -- GitLab