Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Okular
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Joao Oliveira
Okular
Commits
e87148d2
Commit
e87148d2
authored
Mar 01, 2005
by
Albert Astals Cid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Better wording
svn path=/trunk/kdegraphics/kpdf/; revision=394213
parent
1eed94c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.in.in
configure.in.in
+2
-2
No files found.
configure.in.in
View file @
e87148d2
...
@@ -96,9 +96,9 @@ AC_ARG_ENABLE(multithreaded-kpdf,
...
@@ -96,9 +96,9 @@ AC_ARG_ENABLE(multithreaded-kpdf,
, AC_DEFINE(MULTITHREADED, 0, [Defines if use multithreading in xpdf code inside 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_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
case $enableval in
yes)
yes)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment